Skip to content

Commit bd63510

Browse files
committed
fix(android): use proguard-android-optimize for AGP 9 compatibility
1 parent 17196b5 commit bd63510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
buildTypes {
3131
release {
3232
minifyEnabled false
33-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
33+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3434
}
3535
}
3636
lintOptions {

0 commit comments

Comments
 (0)