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 { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.2" buildToolsVersion '23.0.2'
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14

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

Loading…
Cancel
Save