From a159381098bd5c50cd3b42bf809a6e2921e31fa9 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Fri, 15 Oct 2021 02:08:21 +0200 Subject: [PATCH] Update: Improve dependencies readability --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fbf6c423..0efbad36 100644 --- a/build.gradle +++ b/build.gradle @@ -113,15 +113,19 @@ repositories { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:' + versions.kotlin - implementation 'androidx.core:core-ktx:1.6.0' + + // Frontend implementation 'androidx.fragment:fragment-ktx:1.3.6' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' + + // Backend implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2' 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 'io.coil-kt:coil:1.4.0' + implementation 'androidx.core:core-ktx:1.6.0' 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"