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