Skip to content
Snippets Groups Projects
Commit c915902b authored by Taras's avatar Taras
Browse files

Fix proguard rules

parent ab6194f5
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,6 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
## Okio start https://github.com/square/okio/blob/master/okio/src/jvmMain/resources/META-INF/proguard/okio.pro
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
-dontwarn org.codehaus.mojo.animal_sniffer.
## Okio end
## OkHttp start https://github.com/square/okhttp/blob/master/okhttp/src/main/resources/META-INF/proguard/okhttp3.pro
# A resource is loaded with a relative path so the package of this class must be preserved.
......@@ -34,7 +30,6 @@
# OkHttp platform used only on JVM and when Conscrypt dependency is available.
-dontwarn okhttp3.internal.platform.ConscryptPlatform
-dontwarn org.conscrypt.ConscryptHostnameVerifier
## OkHttp end
## Glide start https://github.com/bumptech/glide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment