From 694da51c080262c1e9e534b9a295b6c278856afe Mon Sep 17 00:00:00 2001 From: jahirfiquitiva Date: Sun, 3 Jun 2018 17:16:05 -0500 Subject: [PATCH] Update --- README.md | 4 ++-- app/build.gradle | 6 +++--- app/proguard-rules.pro | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bab02d60..ea4b76fb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Kuper A full-of-features, easy-to-customize, free and open source, light-weight, Android dashboard library to create widgets apps with Zooper widgets and/or Kustom assets (Widgets, Wallpapers and Komponents) - + @@ -80,7 +80,7 @@ A full-of-features, easy-to-customize, free and open source, light-weight, Andro - Works with Android 4.1 and newer. ## Help translating -:page_facing_up: Help making Kuper available in more languages. [Click here to go to the translation site](http://j.mp/KuperTranslations) +:page_facing_up: Help making Kuper available in more languages. [Click here to go to the translation site](http://j.mp/Trnsl8Kuper) ## Changelog :radio_button: You can find it in the [Releases page](https://github.com/jahirfiquitiva/Kuper/releases) diff --git a/app/build.gradle b/app/build.gradle index 621adda1..590a33cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,8 +51,8 @@ android { applicationId "jahirfiquitiva.apps.kuper.sample" minSdkVersion versions.minSdk targetSdkVersion versions.targetSdk - versionCode 136 - versionName "1.3.6" + versionCode 138 + versionName "1.3.8" vectorDrawables.useSupportLibrary = true proguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro' consumerProguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro' @@ -87,7 +87,7 @@ android { dependencies { // Kuper - implementation('com.jahirfiquitiva:Kuper:1.3.6@aar') { + implementation('com.jahirfiquitiva:Kuper:1.3.8@aar') { transitive = true } // TODO: Remove comment marks to enable diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 3c771b0d..18ed6ea7 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -33,6 +33,10 @@ **[] $VALUES; public *; } +-keep public enum com.bumptech.glide.load.ImageHeaderParser$** { + **[] $VALUES; + public *; +} -keep class jahirfiquitiva.libs.frames.** { *; } -keep class jahirfiquitiva.libs.kuper.** { *; }