We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c4b18 commit fefbbb5Copy full SHA for fefbbb5
app/build.gradle
@@ -54,14 +54,11 @@ android {
54
buildTypes {
55
debug {
56
signingConfig signingConfigs.config
57
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
58
- minifyEnabled false
59
}
60
61
release {
62
63
64
- minifyEnabled true
+ minifyEnabled false
65
66
67
0 commit comments