Skip to content

Commit

Permalink
Consumer ProGuard rules update for lack of OkHttp 2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 5, 2017
1 parent 62df758 commit 9ce76e8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions picasso/consumer-proguard-rules.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
### PICASSO

# Checks for OkHttp versions on the classpath to determine Downloader to use.
-dontnote com.squareup.picasso.Utils
# Downloader used only when OkHttp 2.x is present on the classpath.
-dontwarn com.squareup.picasso.OkHttpDownloader
# Downloader used only when OkHttp 3.x is present on the classpath.
-dontwarn com.squareup.picasso.OkHttp3Downloader


### OKHTTP

# Platform calls Class.forName on types which do not exist on Android to determine platform.
-dontnote okhttp3.internal.Platform
-dontnote com.squareup.okhttp.internal.Platform


### OKIO
Expand Down

0 comments on commit 9ce76e8

Please sign in to comment.