@@ -8,19 +8,19 @@ versionName = "1.0"
8
8
9
9
hilt = " 2.45"
10
10
gson = " 2.10.1"
11
- room = " 2.5.0 "
11
+ room = " 2.6.1 "
12
12
ktor = " 2.2.4"
13
13
glide = " 4.15.1"
14
14
material =" 1.8.0"
15
- paging = " 3.1.1 "
15
+ paging = " 3.3.6 "
16
16
kotlin = " 1.8.10"
17
- fragment = " 1.5.5 "
17
+ fragment = " 1.8.6 "
18
18
retrofit = " 2.9.0"
19
- lifecycle = " 2.5.1 "
19
+ lifecycle = " 2.8.7 "
20
20
coroutines = " 1.6.4"
21
21
androidxCore = " 1.9.0"
22
22
gradlePlugin = " 7.4.1"
23
- navigation = " 2.5.3 "
23
+ navigation = " 2.8.9 "
24
24
okHttp = " 5.0.0-alpha.11"
25
25
glideWebDecoder = " 2.3.4.14.2"
26
26
junit = " 4.13.2"
@@ -47,12 +47,12 @@ javax-inject = { module = "javax.inject:javax.inject", version = "1" }
47
47
kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutines" }
48
48
kotlin-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
49
49
50
- androidx-core = { module = " androidx.core:core-ktx" , version = " 1.9 .0" }
51
- androidx-compat = { module = " androidx.appcompat:appcompat" , version = " 1.6.1 " }
50
+ androidx-core = { module = " androidx.core:core-ktx" , version = " 1.15 .0" }
51
+ androidx-compat = { module = " androidx.appcompat:appcompat" , version = " 1.7.0 " }
52
52
androidx-fragment = { module = " androidx.fragment:fragment-ktx" , version.ref = " fragment" }
53
53
androidx-paging-common = { module = " androidx.paging:paging-common" , version.ref = " paging" }
54
54
androidx-paging-runtime = { module = " androidx.paging:paging-runtime-ktx" , version.ref = " paging" }
55
- androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.1.4 " }
55
+ androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.2.1 " }
56
56
androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycle" }
57
57
androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
58
58
androidx-lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycle" }
@@ -62,14 +62,14 @@ androidx-room = { module = "androidx.room:room-ktx", version.ref = "room" }
62
62
androidx-room-runtime = { module = " androidx.room:room-runtime" , version.ref = " room" }
63
63
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
64
64
65
- androidx-text-junit = { module = " androidx.test.ext:junit" , version = " 1.1.5 " }
66
- androidx-test-espresso = { module = " androidx.test.espresso:espresso-core" , version = " 3.5 .1" }
67
- androidx-test-espresso-contrib = { module = " androidx.test.espresso:espresso-contrib" , version = " 3.5 .1" }
68
- androidx-test-arch-core = { module = " androidx.arch.core:core-testing" , version = " 2.1 .0" }
69
- androidx-test-runner = { module = " androidx.test:runner" , version = " 1.5 .2" }
70
- androidx-test-rules = { module = " androidx.test:rules" , version = " 1.5.0 " }
71
- androidx-test-junit = { module = " androidx.test.ext:junit-ktx" , version = " 1.1.5 " }
72
- androidx-test-fragment = { module = " androidx.fragment:fragment-testing" , version = " 1.5.5 " }
65
+ androidx-text-junit = { module = " androidx.test.ext:junit" , version = " 1.2.1 " }
66
+ androidx-test-espresso = { module = " androidx.test.espresso:espresso-core" , version = " 3.6 .1" }
67
+ androidx-test-espresso-contrib = { module = " androidx.test.espresso:espresso-contrib" , version = " 3.6 .1" }
68
+ androidx-test-arch-core = { module = " androidx.arch.core:core-testing" , version = " 2.2 .0" }
69
+ androidx-test-runner = { module = " androidx.test:runner" , version = " 1.6 .2" }
70
+ androidx-test-rules = { module = " androidx.test:rules" , version = " 1.6.1 " }
71
+ androidx-test-junit = { module = " androidx.test.ext:junit-ktx" , version = " 1.2.1 " }
72
+ androidx-test-fragment = { module = " androidx.fragment:fragment-testing" , version = " 1.8.6 " }
73
73
74
74
squareup-retrofit = { module = " com.squareup.retrofit2:retrofit" , version.ref = " retrofit" }
75
75
squareup-retrofit-gson-converter = { module = " com.squareup.retrofit2:converter-gson" , version.ref = " retrofit" }
0 commit comments