From aaf225c7aff4e204c46f5a12663d097b967626cb Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 9 Mar 2024 17:55:07 +0100 Subject: Remove okio library (#6972) --- app/build.gradle | 1 - app/proguard.cfg | 1 - app/src/main/assets/licenses.xml | 6 ------ 3 files changed, 8 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 18855d7ab..f2d6f0249 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -114,7 +114,6 @@ dependencies { implementation "com.github.bumptech.glide:glide:$glideVersion" implementation "com.squareup.okhttp3:okhttp:$okhttpVersion" implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttpVersion" - implementation "com.squareup.okio:okio:$okioVersion" implementation "org.greenrobot:eventbus:$eventbusVersion" annotationProcessor "org.greenrobot:eventbus-annotation-processor:$eventbusVersion" implementation "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion" diff --git a/app/proguard.cfg b/app/proguard.cfg index 57c5ca9dc..634988e49 100644 --- a/app/proguard.cfg +++ b/app/proguard.cfg @@ -30,7 +30,6 @@ # for okhttp -dontwarn okhttp3.** --dontwarn okio.** # android-iconify -keep class com.joanzapata.** { *; } diff --git a/app/src/main/assets/licenses.xml b/app/src/main/assets/licenses.xml index 2af54bda5..db5f93c1e 100644 --- a/app/src/main/assets/licenses.xml +++ b/app/src/main/assets/licenses.xml @@ -102,12 +102,6 @@ website="https://github.com/square/okhttp" license="Apache 2.0" licenseText="LICENSE_OKHTTP.txt" /> -