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.
1 parent 1135918 commit 77cbdb6Copy full SHA for 77cbdb6
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