Skip to content

Commit a2765b9

Browse files
fix AGP 9.0 no longer supporting proguard-android.txt
This change replaces the default proguard file `proguard-android.txt` with `proguard-android-optimize.txt` which allows proguard optimizations.
1 parent 474b93c commit a2765b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)