projects
/
AndroidWeatherInformation
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62ecfa
)
Disable debugging in release version
author
Gustavo Martin Morcuende
<gu.martinm@gmail.com>
Sun, 21 Dec 2014 15:31:04 +0000
(16:31 +0100)
committer
Gustavo Martin Morcuende
<gu.martinm@gmail.com>
Sun, 21 Dec 2014 15:31:04 +0000
(16:31 +0100)
app/build.gradle
patch
|
blob
|
history
diff --git
a/app/build.gradle
b/app/build.gradle
index
97ca02d
..
740bb23
100644
(file)
--- a/
app/build.gradle
+++ b/
app/build.gradle
@@
-24,10
+24,13
@@
android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
buildConfigField "boolean", "DEBUG_MODE", "false"
+ debuggable false
signingConfig signingConfigs.releaseSigning
}
debug {
+ minifyEnabled false
buildConfigField "boolean", "DEBUG_MODE", "true"
+ debuggable true
}
}
}