Disable R8 warnings regarding OkHttp's dependencies

This commit is contained in:
Kirill Kamakin
2021-12-27 11:48:45 +03:00
parent 227fc9b0ff
commit 6bf78a6177

View File

@@ -41,3 +41,10 @@
} }
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault -keepattributes RuntimeVisibleAnnotations,AnnotationDefault
### kotlinx.serialization https://github.com/Kotlin/kotlinx.serialization#android ### ### kotlinx.serialization https://github.com/Kotlin/kotlinx.serialization#android ###
### OkHttp warnings https://github.com/square/okhttp/issues/6258 ###
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**
### OkHttp warnings ###