Skip to content

Commit

Permalink
update service files
Browse files Browse the repository at this point in the history
- proguard
- version bump
  • Loading branch information
Kaned1as committed May 14, 2015
1 parent 7825840 commit 4b440e5
Show file tree
Hide file tree
Showing 2 changed files with 23 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 21
versionCode 128
versionName "1.2.8"
versionCode 130
versionName "1.3.0"
}

signingConfigs {
Expand Down
22 changes: 21 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,24 @@

##---------------Begin: proguard configuration for Jsoup ------
-keep public class org.jsoup.** { *; }
##---------------End: proguard configuration for Jsoup -------
##---------------End: proguard configuration for Jsoup -------

##---------------Begin: proguard configuration for OkHttp ------
# OkHttp itself
-dontwarn rx.**
-dontwarn okio.**

-dontwarn com.squareup.okhttp.**
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
# RetroFit
-dontwarn retrofit.**
-dontwarn retrofit.appengine.UrlFetchClient
-keep class retrofit.** { *; }
-keepclasseswithmembers class * {
@retrofit.http.* <methods>;
}

# Signature and Annotation are already handled above by GSON

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

0 comments on commit 4b440e5

Please sign in to comment.