Skip to content

Commit 1219951

Browse files
authored
Update build.gradle
1 parent fc8e0d1 commit 1219951

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

module_news/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ android {
4040

4141
buildTypes {
4242
release {
43-
buildConfigField "boolean", "LOG_DEBUG", "true"
43+
//buildConfigField "boolean", "LOG_DEBUG", "true"
4444
zipAlignEnabled false
4545
shrinkResources false
4646
minifyEnabled false
47-
debuggable true
4847
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
4948
}
5049
}

0 commit comments

Comments
 (0)