File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
33plugins {
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
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
33plugins {
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
You can’t perform that action at this time.
0 commit comments