@@ -24,17 +24,19 @@ object AndroidSdk {
2424
2525object Libraries {
2626 private object Versions {
27- const val jetpack = " 1.1.0"
28- const val constraintLayout = " 1.1.3"
27+ const val appCompat = " 1.2.0"
28+ const val constraintLayout = " 2.0.2"
29+ const val recyclerView = " 1.1.0"
2930 const val cardView = " 1.0.0"
30- const val material = " 1.0.0-rc01 "
31+ const val material = " 1.1.0 "
3132 const val lifecycle = " 2.2.0"
3233 const val lifecycleExtensions = " 2.1.0"
33- const val ktx = " 1.3.0"
34- const val coroutines = " 1.3.7"
35- const val glide = " 4.0.0"
36- const val retrofit = " 2.3.0"
37- const val okHttpLoggingInterceptor = " 3.8.1"
34+ const val annotations = " 1.1.0"
35+ const val ktx = " 1.3.2"
36+ const val coroutines = " 1.3.9"
37+ const val glide = " 4.11.0"
38+ const val retrofit = " 2.9.0"
39+ const val okHttpLoggingInterceptor = " 4.9.0"
3840
3941 // TODO: Legacy -> WIP -> Try Hilt?
4042 const val dagger = " 2.11"
@@ -45,17 +47,17 @@ object Libraries {
4547 const val kotlinStdLib = " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion "
4648 const val kotlinCoroutines = " org.jetbrains.kotlinx:kotlinx-coroutines-core:${Versions .coroutines} "
4749 const val kotlinCoroutinesAndroid = " org.jetbrains.kotlinx:kotlinx-coroutines-android:${Versions .coroutines} "
48- const val appCompat = " androidx.appcompat:appcompat:${Versions .jetpack } "
50+ const val appCompat = " androidx.appcompat:appcompat:${Versions .appCompat } "
4951 const val constraintLayout = " androidx.constraintlayout:constraintlayout:${Versions .constraintLayout} "
5052 const val ktxCore = " androidx.core:core-ktx:${Versions .ktx} "
5153 const val lifecycleCompiler = " androidx.lifecycle:lifecycle-compiler:${Versions .lifecycle} "
5254 const val viewModel = " androidx.lifecycle:lifecycle-viewmodel-ktx:${Versions .lifecycle} "
5355 const val liveData = " androidx.lifecycle:lifecycle-livedata-ktx:${Versions .lifecycle} "
54- const val lifecycleExtensions = " androidx.lifecycle:lifecycle-extensions:${Versions .lifecycleExtensions} "
56+ const val lifecycleExtensions = " androidx.lifecycle:lifecycle-extensions:${Versions .lifecycleExtensions} " // TODO: Deprecated
5557 const val cardView = " androidx.cardview:cardview:${Versions .cardView} "
56- const val recyclerView = " androidx.recyclerview:recyclerview:${Versions .jetpack } "
58+ const val recyclerView = " androidx.recyclerview:recyclerview:${Versions .recyclerView } "
5759 const val material = " com.google.android.material:material:${Versions .material} "
58- const val androidAnnotations = " androidx.annotation:annotation:${Versions .jetpack } "
60+ const val androidAnnotations = " androidx.annotation:annotation:${Versions .annotations } "
5961 const val glide = " com.github.bumptech.glide:glide:${Versions .glide} "
6062 const val dagger = " com.google.dagger:dagger:${Versions .dagger} "
6163 const val retrofit = " com.squareup.retrofit2:converter-gson:${Versions .retrofit} "
0 commit comments