@@ -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.25 "
33+ const val coroutines = " 1.10.2 "
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 "
41- const val startUp = " 1.1.1 "
37+ const val activity = " 1.11 .0"
38+ const val appCompat = " 1.7 .1"
39+ const val core = " 1.17 .0"
40+ const val fragment = " 1.8.9 "
41+ const val startUp = " 1.2.0 "
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.2.1 "
45+ const val material = " 1.13 .0"
46+ const val recyclerView = " 1.4.0 "
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.9.5 "
50+ const val lifecycle = " 2.9.4 "
51+ const val room = " 2.8.3 "
52+ const val work = " 2.11.0 "
5353 }
5454
55- const val koin = " 3.2.0 "
56- const val moshiKotlin = " 1.13.0 "
57- const val retrofit = " 2.9 .0"
58- const val okHttpLoggingInterceptor = " 5.0.0-alpha.2 "
59- const val leakCanaryAndroid = " 2.7 "
55+ const val koin = " 3.5.6 "
56+ const val moshiKotlin = " 1.15.2 "
57+ const val retrofit = " 2.12 .0"
58+ const val okHttpLoggingInterceptor = " 5.2.1 "
59+ const val leakCanaryAndroid = " 2.14 "
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.12 "
67+ const val android = " 3.0.2 "
6868 }
6969
70- const val glide = " 4.12 .0"
70+ const val glide = " 4.16 .0"
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.4 "
88+ const val uri = " 0.4.0 "
89+ const val viewBindingDelegate = " 1.4.0 "
90+ const val flowExt = " 0.8.1 "
9191}
9292
9393object deps {
0 commit comments