mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Fix release build variant
This commit is contained in:
parent
a0c0997c50
commit
c7b5395043
@ -42,17 +42,18 @@ android {
|
|||||||
// Debug. No Analytics, not minified, debuggable
|
// Debug. No Analytics, not minified, debuggable
|
||||||
debug {
|
debug {
|
||||||
isDebuggable = true
|
isDebuggable = true
|
||||||
isShrinkResources = false
|
|
||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
|
isShrinkResources = false
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Release with analytics and minified, not debuggable
|
// Release with analytics and minified, not debuggable
|
||||||
release {
|
release {
|
||||||
initWith(getByName("debug"))
|
initWith(getByName("debug"))
|
||||||
isShrinkResources = true
|
|
||||||
isDebuggable = false
|
isDebuggable = false
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = true
|
||||||
|
isShrinkResources = true
|
||||||
|
applicationIdSuffix = ""
|
||||||
proguardFiles(
|
proguardFiles(
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||||
"proguard-rules.pro"
|
"proguard-rules.pro"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user