We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f468a3 commit 2807be5Copy full SHA for 2807be5
1 file changed
PdTest/build.gradle
@@ -31,7 +31,7 @@ android {
31
buildTypes {
32
release {
33
minifyEnabled true
34
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
35
}
36
37
0 commit comments