diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-11-13 22:04:08 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-11-13 23:02:25 +0100 |
commit | 2682cbd784a23a627771bba36b123d4727ccfc24 (patch) | |
tree | 8d15cc9b73a6c5681af667b625c1f22876a73949 /app/proguard.cfg | |
parent | 4a6b630e56fc486308b6fb53784264e36988fd78 (diff) | |
download | antennapod-2682cbd784a23a627771bba36b123d4727ccfc24.zip |
Upgrade to OkHttp3
Diffstat (limited to 'app/proguard.cfg')
-rw-r--r-- | app/proguard.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/proguard.cfg b/app/proguard.cfg index 474beddc2..815a89452 100644 --- a/app/proguard.cfg +++ b/app/proguard.cfg @@ -53,7 +53,7 @@ public *; } --dontwarn com.squareup.okhttp.** +-dontwarn okhttp3.** -dontwarn okio.** # for RxJava: |