Skip to content

Commit a04d16c

Browse files
fix(android): AGP 9.0 no longer supports proguard-android.txt (#107)
1 parent 9b890a5 commit a04d16c

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
@@ -35,7 +35,7 @@ android {
3535
buildTypes {
3636
release {
3737
minifyEnabled false
38-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
38+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3939
}
4040
}
4141
lintOptions {

0 commit comments

Comments
 (0)