From 8f6429cfc157068127118d3abc898a5431b2f9ed Mon Sep 17 00:00:00 2001 From: LooKeR Date: Mon, 1 Nov 2021 00:06:33 +0530 Subject: [PATCH] Update: Downgrade OkHttp3 version 5.0.0-alpha.2 -> 4.9.2 Update: Move VectorDrawable Library to defaultConfig --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 05054217..c8b91bbd 100644 --- a/build.gradle +++ b/build.gradle @@ -28,6 +28,7 @@ android { targetSdk = 31 versionCode = 36 versionName = "0.3.6" + vectorDrawables.useSupportLibrary = true } sourceSets.all { @@ -123,7 +124,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.0-rc01' implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'androidx.fragment:fragment-ktx:1.4.0-beta01' - implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'com.google.android.material:material:1.5.0-alpha05' // Backend @@ -132,7 +132,7 @@ dependencies { implementation 'io.reactivex.rxjava3:rxjava:3.1.1' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0' - implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2' + implementation 'com.squareup.okhttp3:okhttp:4.9.2' implementation 'com.github.topjohnwu.libsu:core:3.1.2' implementation 'androidx.room:room-runtime:2.3.0' implementation 'androidx.room:room-ktx:2.3.0'