File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ android {
2626
2727 buildTypes {
2828 release {
29- minifyEnabled false
29+ minifyEnabled true
30+ shrinkResources false // Reproducible builds
3031 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
3132 }
3233
Original file line number Diff line number Diff line change 1+ # Add project specific ProGuard rules here.
2+ # By default, the flags in this file are appended to flags specified
3+ # in android-sdk/tools/proguard/proguard-android.txt
4+ # You can edit the include path and order by changing the proguardFiles
5+ # directive in build.gradle.
6+ #
7+ # For more details, see
8+ # http://developer.android.com/guide/developing/tools/proguard.html
9+
10+ -dontobfuscate
You can’t perform that action at this time.
0 commit comments