Skip to content

Commit

Permalink
Bump version & proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaned1as committed Apr 10, 2016
1 parent 6c440ff commit 4c7ef48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.adonai.manman"
minSdkVersion 14
targetSdkVersion 22
versionCode 140
versionName "1.4.0"
versionCode 150
versionName "1.5.0"
}

signingConfigs {
Expand Down
7 changes: 6 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,9 @@

# Signature and Annotation are already handled above by GSON

##---------------End: proguard configuration for OkHttp -------
##---------------End: proguard configuration for OkHttp -------

##---------------Begin: proguard configuration for Apache Compress ------
-dontwarn org.apache.commons.compress.compressors.**
-dontwarn org.apache.commons.compress.archivers.**
##---------------End: proguard configuration for Apache Compress -------

0 comments on commit 4c7ef48

Please sign in to comment.