Skip to content

Commit 15e8a5f

Browse files
terencehonlesOS-pedrogustavobilro
authored andcommitted
fix(android): AGP 9.0 no longer supporting proguard-android.txt (#164)
1 parent d77591d commit 15e8a5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
buildTypes {
5252
release {
5353
minifyEnabled false
54-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
54+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
5555
}
5656
}
5757
lintOptions {

0 commit comments

Comments
 (0)