Skip to content

Commit 2807be5

Browse files
committed
fix PdTest progard build error with AGP 9.0.1
1 parent 4f468a3 commit 2807be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PdTest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
buildTypes {
3232
release {
3333
minifyEnabled true
34-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
34+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3535
}
3636
}
3737

0 commit comments

Comments
 (0)