Skip to content

Commit

Permalink
Add proguard warning suppression for pre-KitKat compat classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Zedler committed Aug 14, 2022
1 parent 82cd1c8 commit 03939f0
Showing 1 changed file with 5 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 @@ -56,3 +56,8 @@
-keep class com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder {
*** rewind();
}

# This was generated automatically by the Android Gradle plugin to hide warnings
# Only has effected these pre-KitKat two compatibility classes
-dontwarn com.android.org.conscrypt.SSLParametersImpl
-dontwarn org.apache.harmony.xnet.provider.jsse.SSLParametersImpl

0 comments on commit 03939f0

Please sign in to comment.