@@ -29,45 +29,45 @@ object versions {
2929 }
3030
3131 object kotlin {
32- const val core = " 1.6.21 "
33- const val coroutines = " 1.6.1 "
32+ const val core = " 1.9.0 "
33+ const val coroutines = " 1.7.3 "
3434 }
3535
3636 object androidX {
37- const val activity = " 1.4.0 "
38- const val appCompat = " 1.4 .1"
39- const val core = " 1.7.0 "
40- const val fragment = " 1.4 .1"
37+ const val activity = " 1.7.2 "
38+ const val appCompat = " 1.6 .1"
39+ const val core = " 1.10.1 "
40+ const val fragment = " 1.6 .1"
4141 const val startUp = " 1.1.1"
4242
4343 object view {
44- const val constraintLayout = " 2.1.3 "
45- const val material = " 1.4 .0"
46- const val recyclerView = " 1.3.0-alpha02 "
44+ const val constraintLayout = " 2.1.4 "
45+ const val material = " 1.9 .0"
46+ const val recyclerView = " 1.3.1 "
4747 }
4848
49- const val navigation = " 2.4.2 "
50- const val lifecycle = " 2.4 .1"
51- const val room = " 2.5.0-alpha01 "
52- const val work = " 2.8.0-alpha02 "
49+ const val navigation = " 2.6.0 "
50+ const val lifecycle = " 2.6 .1"
51+ const val room = " 2.5.2 "
52+ const val work = " 2.8.1 "
5353 }
5454
55- const val koin = " 3.2.0 "
56- const val moshiKotlin = " 1.13 .0"
55+ const val koin = " 3.4.3 "
56+ const val moshiKotlin = " 1.15 .0"
5757 const val retrofit = " 2.9.0"
58- const val okHttpLoggingInterceptor = " 5.0.0-alpha.2 "
59- const val leakCanaryAndroid = " 2.7 "
58+ const val okHttpLoggingInterceptor = " 5.0.0-SNAPSHOT "
59+ const val leakCanaryAndroid = " 2.12 "
6060 const val rxRelay = " 3.0.1"
6161 const val rxBinding = " 4.0.0"
6262 const val timber = " 5.0.1"
6363
6464 object reactiveX {
6565 const val kotlin = " 3.0.1"
66- const val java = " 3.1.2 "
67- const val android = " 3.0.0 "
66+ const val java = " 3.1.6 "
67+ const val android = " 3.0.2 "
6868 }
6969
70- const val glide = " 4.12.0 "
70+ const val glide = " 4.15.1 "
7171
7272 object customView {
7373 const val materialSearchView = " 1.4.0"
@@ -84,10 +84,10 @@ object versions {
8484 const val bom = " 28.4.2"
8585 }
8686
87- const val arrow = " 1.1.2 "
88- const val uri = " 0.3.3 "
89- const val viewBindingDelegate = " 1.3.1 "
90- const val flowExt = " 0.3.0 "
87+ const val arrow = " 1.2.0 "
88+ const val uri = " 0.4.0 "
89+ const val viewBindingDelegate = " 1.4.0 "
90+ const val flowExt = " 0.6.1 "
9191}
9292
9393object deps {
0 commit comments