Skip to content

Commit 7633772

Browse files
fix: AGP 9.0 no longer supporting proguard-android.txt (#2481)
1 parent bd74988 commit 7633772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haptics/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
buildTypes {
4343
release {
4444
minifyEnabled false
45-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
45+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
4646
}
4747
}
4848
lintOptions {

keyboard/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
buildTypes {
4343
release {
4444
minifyEnabled false
45-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
45+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
4646
}
4747
}
4848
lintOptions {

0 commit comments

Comments
 (0)