Update buildtools and ignore gif-drawable proguard warnings

The targetSdkVersion of gif-drawable is higher than Clover and that causes unresolved method errors.
Ignoring these errors for now.
captchafix
Floens 11 years ago
parent 10c5c2b715
commit e66236116b
  1. 2
      Clover/app/build.gradle
  2. 5
      Clover/app/proguard.cfg

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

@ -132,3 +132,8 @@
} }
-keep public class pl.droidsonroids.gif.GifIOException{*;} -keep public class pl.droidsonroids.gif.GifIOException{*;}
# Remove these when targetSdkVersion >= 21
-dontwarn pl.droidsonroids.gif.GifImageButton
-dontwarn pl.droidsonroids.gif.GifImageView
-dontwarn pl.droidsonroids.gif.GifTextView

Loading…
Cancel
Save