From 0fafcfe3cdb6f0fa3c7d27a041168f9dc07ca152 Mon Sep 17 00:00:00 2001 From: LooKeR Date: Sat, 16 Oct 2021 20:03:17 +0530 Subject: [PATCH] Add: Activity Dependency --- build.gradle | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index b79d4780..65929ad4 100644 --- a/build.gradle +++ b/build.gradle @@ -115,19 +115,20 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:' + versions.kotlin // Frontend - implementation "androidx.fragment:fragment-ktx:1.4.0-alpha10" - implementation "androidx.appcompat:appcompat:1.4.0-beta01" - implementation "com.google.android.material:material:1.5.0-alpha04" - implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' + implementation "androidx.appcompat:appcompat:1.4.0-beta01" + implementation "androidx.fragment:fragment-ktx:1.4.0-alpha10" + implementation 'androidx.vectordrawable:vectordrawable:1.1.0' + implementation "com.google.android.material:material:1.5.0-alpha04" // 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 'io.reactivex.rxjava3:rxjava:3.1.1' + implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' + implementation 'androidx.activity:activity-ktx:1.4.0-rc01' + implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0' + implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.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"