Optimiere R8 und aktiviere es auch für Debug-Builds

master
Niko Diamadis 4 years ago
parent 526096a87c
commit a8b654e0c3
Signed by: niko
GPG Key ID: BE53B0B17B1B142E

@ -32,6 +32,7 @@ android {
debug {
manifestPlaceholders = [firebaseCollectionEnabled:"false"]
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled true
}
release {
signingConfig signingConfigs.signingconf

@ -20,8 +20,5 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class **.R$* {
<fields>;
}
-keepattributes InnerClasses
-keep class com.cyb3rko.techniklogger.* { *; }
-keep class com.cyb3rko.techniklogger.** { *; }
Loading…
Cancel
Save