Disable proguard optimalizations (like it was before)

multisite
Floens 10 years ago
parent 57e7263cd6
commit 2b13269a07
  1. 2
      Clover/app/build.gradle
  2. 7
      Clover/app/proguard.cfg

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion '23.0.2'
defaultConfig {
minSdkVersion 14

@ -10,9 +10,10 @@
# be complete or up to date. (The "arithmetic" optimization can be
# used if you are only targeting Android 2.0 or later.) Make sure you
# test thoroughly if you go this route.
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
-optimizationpasses 2
-allowaccessmodification
#-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
#-optimizationpasses 2
#-allowaccessmodification
-dontoptimize
-dontpreverify
# The remainder of this file is identical to the non-optimized version

Loading…
Cancel
Save