mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Update build.gradle.kts
This commit is contained in:
parent
ac65677695
commit
86cf09332c
@ -52,7 +52,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
// Debug. No Analytics, not minified, debuggable
|
|
||||||
debug {
|
debug {
|
||||||
isDebuggable = true
|
isDebuggable = true
|
||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
@ -60,8 +59,6 @@ android {
|
|||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
enableUnitTestCoverage = true
|
enableUnitTestCoverage = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// Release with analytics and minified, not debuggable
|
|
||||||
release {
|
release {
|
||||||
initWith(getByName("debug"))
|
initWith(getByName("debug"))
|
||||||
isDebuggable = false
|
isDebuggable = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user