Skip to content

Commit 904c419

Browse files
committed
chore: update build.gradle.kts files
1 parent 4535a07 commit 904c419

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build-android-start/app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

33
plugins {
44
id("com.android.application")
5-
id("kotlin-android")
65
id("com.google.gms.google-services")
76
}
87

@@ -27,7 +26,7 @@ android {
2726
buildTypes {
2827
getByName("release") {
2928
isMinifyEnabled = false
30-
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
29+
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
3130
}
3231
}
3332

build-android/app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

33
plugins {
44
id("com.android.application")
5-
id("kotlin-android")
65
id("com.google.gms.google-services")
76
}
87

@@ -27,7 +26,7 @@ android {
2726
buildTypes {
2827
getByName("release") {
2928
isMinifyEnabled = false
30-
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
29+
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
3130
}
3231
}
3332

0 commit comments

Comments
 (0)