File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727 buildTypes {
2828 release {
2929 minifyEnabled true
30- shrinkResources true
30+ shrinkResources false // Reproducible builds
3131 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3232 }
3333
Original file line number Diff line number Diff line change 11# Add project specific ProGuard rules here.
22# By default, the flags in this file are appended to flags specified
3- # in /Users/fornwall/lib/ android-sdk/tools/proguard/proguard-android.txt
3+ # in android-sdk/tools/proguard/proguard-android.txt
44# You can edit the include path and order by changing the proguardFiles
55# directive in build.gradle.
66#
77# For more details, see
88# http://developer.android.com/guide/developing/tools/proguard.html
99
10- # Add any project specific keep options here:
11-
12- # If your project uses WebView with JS, uncomment the following
13- # and specify the fully qualified class name to the JavaScript interface
14- # class:
15- #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16- # public *;
17- #}
10+ -dontobfuscate
You can’t perform that action at this time.
0 commit comments