mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:42:40 +02:00
chore(build): disable debug mode in build configuration
Set `IS_DEBUG_ENABLED` to `false` in `app/build.gradle.kts` to prepare the build configuration for release.
This commit is contained in:
@@ -39,7 +39,7 @@ android {
|
|||||||
isShrinkResources = true
|
isShrinkResources = true
|
||||||
isCrunchPngs = true
|
isCrunchPngs = true
|
||||||
proguardFiles.addAll(listOf(getDefaultProguardFile("proguard-android-optimize.txt"), file("proguard-rules.pro")))
|
proguardFiles.addAll(listOf(getDefaultProguardFile("proguard-android-optimize.txt"), file("proguard-rules.pro")))
|
||||||
buildConfigField("boolean", "IS_DEBUG_ENABLED", "true")
|
buildConfigField("boolean", "IS_DEBUG_ENABLED", "false")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user