Skip to content

Commit e707399

Browse files
authored
fix: AGP 9.0 no longer supports proguard-android.txt (#87)
1 parent dfb0f04 commit e707399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)