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 fc8e0d1 commit 1219951Copy full SHA for 1219951
module_news/build.gradle
@@ -40,11 +40,10 @@ android {
40
41
buildTypes {
42
release {
43
- buildConfigField "boolean", "LOG_DEBUG", "true"
+ //buildConfigField "boolean", "LOG_DEBUG", "true"
44
zipAlignEnabled false
45
shrinkResources false
46
minifyEnabled false
47
- debuggable true
48
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
49
}
50
0 commit comments