Skip to content

Commit ce9684e

Browse files
authored
Upgrade GMA and other dependencies (#117)
Upgrade GMA to 24.1.0. This requires a min-sdk bump for the GMA dev-app only.
1 parent 8e93f27 commit ce9684e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ junit = "4.13.2"
66
appcompat = "1.7.0"
77
coroutines-version = "1.10.1"
88
compose = "1.10.1"
9-
compose-bom = "2025.02.00"
9+
compose-bom = "2025.03.00"
1010
compose-tooling = "1.7.8"
11-
gma = "23.6.0"
11+
gma = "24.1.0"
1212
ima = "3.36.0"
1313
mockkVersion = "1.13.17"
1414
prebid = "2.2.1"
@@ -58,4 +58,4 @@ kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
5858
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
5959
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }
6060
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
61-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
61+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }

securesignals-gma-dev-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010

1111
defaultConfig {
1212
applicationId = "com.uid2.securesignals.gma.devapp"
13-
minSdk = 21
13+
minSdk = 23
1414
versionCode = 1
1515
versionName = "1.0"
1616
}

0 commit comments

Comments
 (0)