Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jun 3, 2018
1 parent a6b23eb commit 694da51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a target="_blank" href="http://j.mp/KuperAPK">
<a target="_blank" href="http://j.mp/DLKuperAPK">
<img src="https://jahirfiquitiva.com/share/download_sample.svg?maxAge=432000" width="200"/>
</a>

Expand Down Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.** { *; }
Expand Down

0 comments on commit 694da51

Please sign in to comment.