We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 171fa88 + 77cbdb6 commit 747c927Copy full SHA for 747c927
app/build.gradle.kts
@@ -45,7 +45,7 @@ android {
45
debug {
46
applicationIdSuffix = NiaBuildType.DEBUG.applicationIdSuffix
47
}
48
- val release = getByName("release") {
+ release {
49
isMinifyEnabled = true
50
applicationIdSuffix = NiaBuildType.RELEASE.applicationIdSuffix
51
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
0 commit comments