Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
proguard changes for okhttp.
Browse files Browse the repository at this point in the history
  • Loading branch information
krtkush committed Jul 7, 2018
1 parent 9a74031 commit 1d3e874
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@

# OkHttp
-dontwarn com.squareup.okhttp.**
-dontwarn okio.**
-dontwarn com.squareup.okhttp3.**
-keep interface com.squareup.okhttp3.** { *; }
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault

# autovalue gson extension
-keep class **.AutoParcelGson_*
Expand Down
1 change: 1 addition & 0 deletions app/release/output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.0.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

0 comments on commit 1d3e874

Please sign in to comment.