Skip to content

Commit 3a50383

Browse files
authored
[Dependencies] Update dependencies (12 Mar 2025) (#116)
Upgrade dependencies excluding gma. The new version of gma is 24.0 which contains breaking changes and a min-sdk bump.
1 parent 4be6acf commit 3a50383

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ core-ktx = "1.15.0"
55
junit = "4.13.2"
66
appcompat = "1.7.0"
77
coroutines-version = "1.10.1"
8-
compose = "1.10.0"
8+
compose = "1.10.1"
99
compose-bom = "2025.02.00"
1010
compose-tooling = "1.7.8"
1111
gma = "23.6.0"
1212
ima = "3.36.0"
13-
mockkVersion = "1.13.16"
13+
mockkVersion = "1.13.17"
1414
prebid = "2.2.1"
1515
ktlint = "1.0.1"
1616

@@ -36,10 +36,10 @@ okhttp-core = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12
3636
gma-ads = { group = "com.google.android.gms", name = "play-services-ads", version.ref = "gma" }
3737
ima-ads = { group = "com.google.ads.interactivemedia.v3", name = "interactivemedia", version.ref = "ima" }
3838
androidx-multidex = { group = "androidx.multidex", name = "multidex", version = "2.0.1" }
39-
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.0" }
39+
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.1" }
4040
androidx-media = { group = "androidx.media", name = "media", version = "1.7.0" }
4141
androidx-browser = { group = "androidx.browser", name = "browser", version = "1.8.0" }
42-
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version = "1.10.0" }
42+
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version = "1.10.1" }
4343

4444
# Prebid
4545
prebid = { group = "org.prebid", name = "prebid-mobile-sdk", version.ref = "prebid" }

0 commit comments

Comments
 (0)