1
1
[versions ]
2
- agp = " 8.7.2 "
3
- kotlin = " 2.0.21 "
4
- core-ktx = " 1.13.1 "
2
+ agp = " 8.7.3 "
3
+ kotlin = " 2.1.0 "
4
+ core-ktx = " 1.15.0 "
5
5
junit = " 4.13.2"
6
6
appcompat = " 1.7.0"
7
7
coroutines-version = " 1.9.0"
8
8
compose = " 1.9.3"
9
- compose-bom = " 2024.10.00 "
10
- compose-tooling = " 1.7.4 "
11
- gma = " 23.4 .0"
12
- ima = " 3.35.1 "
9
+ compose-bom = " 2024.12.01 "
10
+ compose-tooling = " 1.7.6 "
11
+ gma = " 23.6 .0"
12
+ ima = " 3.36.0 "
13
13
mockkVersion = " 1.13.13"
14
14
prebid = " 2.2.1"
15
15
16
16
[libraries ]
17
17
core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " core-ktx" }
18
18
kotlinx-coroutines = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-android" , version = " 1.9.0" }
19
19
androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
20
- androidx-lifecycle = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.8.6 " }
20
+ androidx-lifecycle = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.8.7 " }
21
21
22
22
# Compose
23
23
compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " compose-bom" }
24
24
compose-activity = { group = " androidx.activity" , name = " activity-compose" , version.ref = " compose" }
25
25
compose-ui = { group = " androidx.compose.ui" , name = " ui" , version.ref = " compose-tooling" }
26
26
compose-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" , version.ref = " compose-tooling" }
27
27
compose-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" , version.ref = " compose-tooling" }
28
- compose-material = { group = " androidx.compose.material" , name = " material" , version = " 1.7.4 " }
29
- compose-material-icons = { group = " androidx.compose.material" , name = " material-icons-core" , version = " 1.7.4 " }
28
+ compose-material = { group = " androidx.compose.material" , name = " material" , version = " 1.7.6 " }
29
+ compose-material-icons = { group = " androidx.compose.material" , name = " material-icons-core" , version = " 1.7.6 " }
30
30
31
31
# OkHttp
32
32
okhttp-core = { group = " com.squareup.okhttp3" , name = " okhttp" , version = " 4.12.0" }
@@ -35,7 +35,7 @@ okhttp-core = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12
35
35
gma-ads = { group = " com.google.android.gms" , name = " play-services-ads" , version.ref = " gma" }
36
36
ima-ads = { group = " com.google.ads.interactivemedia.v3" , name = " interactivemedia" , version.ref = " ima" }
37
37
androidx-multidex = { group = " androidx.multidex" , name = " multidex" , version = " 2.0.1" }
38
- androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version = " 2.1.4 " }
38
+ androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version = " 2.2.0 " }
39
39
androidx-media = { group = " androidx.media" , name = " media" , version = " 1.7.0" }
40
40
androidx-browser = { group = " androidx.browser" , name = " browser" , version = " 1.8.0" }
41
41
androidx-activity-ktx = { group = " androidx.activity" , name = " activity-ktx" , version = " 1.9.3" }
0 commit comments