Skip to content

Commit e32c00d

Browse files
fix(android) AGP 9.0 no longer supporting proguard-android.txt (#67)
This change replaces the default proguard file `proguard-android.txt` with `proguard-android-optimize.txt` which allows proguard optimizations. Co-authored-by: OS-pedrogustavobilro <pedro.gustavo.bilro@outsystems.com>
1 parent f96dd35 commit e32c00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/capacitor-plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
buildTypes {
3434
release {
3535
minifyEnabled false
36-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
36+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3737
}
3838
}
3939
lintOptions {

0 commit comments

Comments
 (0)