Skip to content

Commit 77cbdb6

Browse files
committed
Remove unused release variable. Fixes #1231
Change-Id: I8c03d3d2e1aee85a22d1a03b97e3bec4069e0fcb
1 parent 1135918 commit 77cbdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
debug {
4646
applicationIdSuffix = NiaBuildType.DEBUG.applicationIdSuffix
4747
}
48-
val release = getByName("release") {
48+
release {
4949
isMinifyEnabled = true
5050
applicationIdSuffix = NiaBuildType.RELEASE.applicationIdSuffix
5151
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

0 commit comments

Comments
 (0)