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"