mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25: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 {
|
||||
isDebuggable = true
|
||||
isShrinkResources = false
|
||||
isMinifyEnabled = false
|
||||
isShrinkResources = false
|
||||
applicationIdSuffix = ".debug"
|
||||
}
|
||||
|
||||
// Release with analytics and minified, not debuggable
|
||||
release {
|
||||
initWith(getByName("debug"))
|
||||
isShrinkResources = true
|
||||
isDebuggable = false
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
applicationIdSuffix = ""
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
|
Loading…
x
Reference in New Issue
Block a user