Skip to content

Commit 7f31066

Browse files
y3ndpeitschie
authored andcommitted
fix(android): update ProGuard configuration to use optimized rules for compatibility with Gradle 9
1 parent 2807fac commit 7f31066

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
@@ -37,7 +37,7 @@ android {
3737
buildTypes {
3838
release {
3939
minifyEnabled false
40-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
40+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
4141
}
4242
}
4343
lintOptions {

0 commit comments

Comments
 (0)