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 {
26
26
27
27
buildTypes {
28
28
release {
29
- minifyEnabled false
29
+ minifyEnabled true
30
+ shrinkResources false // Reproducible builds
30
31
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
31
32
}
32
33
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