7 lines
272 B
Prolog
7 lines
272 B
Prolog
|
|
# OkHttp ships Animal Sniffer and Conscrypt references that are absent at
|
||
|
|
# runtime on Android. Silence them rather than pulling in the dependencies.
|
||
|
|
-dontwarn okhttp3.internal.platform.**
|
||
|
|
-dontwarn org.conscrypt.**
|
||
|
|
-dontwarn org.bouncycastle.**
|
||
|
|
-dontwarn org.openjsse.**
|