11[versions ]
22agp = " 8.10.1"
3- kotlin = " 2.1.10 "
4- core-ktx = " 1.15 .0"
3+ kotlin = " 2.1.21 "
4+ core-ktx = " 1.16 .0"
55junit = " 4.13.2"
6- appcompat = " 1.7.0 "
7- coroutines-version = " 1.10.1 "
6+ appcompat = " 1.7.1 "
7+ coroutines-version = " 1.10.2 "
88compose = " 1.10.1"
9- compose-bom = " 2025.03 .00"
10- compose-tooling = " 1.7.8 "
11- gma = " 24.1 .0"
9+ compose-bom = " 2025.06 .00"
10+ compose-tooling = " 1.8.2 "
11+ gma = " 24.4 .0"
1212ima = " 3.36.0"
13- mockkVersion = " 1.13.17 "
13+ mockkVersion = " 1.14.2 "
1414prebid = " 2.2.1"
1515ktlint = " 1.0.1"
1616
1717[libraries ]
1818core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " core-ktx" }
1919kotlinx-coroutines = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-android" , version.ref = " coroutines-version" }
2020androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
21- androidx-lifecycle = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.8.7 " }
21+ androidx-lifecycle = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.9.1 " }
2222
2323# Compose
2424compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " compose-bom" }
2525compose-activity = { group = " androidx.activity" , name = " activity-compose" , version.ref = " compose" }
2626compose-ui = { group = " androidx.compose.ui" , name = " ui" , version.ref = " compose-tooling" }
2727compose-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" , version.ref = " compose-tooling" }
28- compose-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" , version.ref = " compose-tooling" }
29- compose-material = { group = " androidx.compose.material" , name = " material" , version = " 1.7.8 " }
28+ compose-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" , version.ref = " compose-tooling" }
29+ compose-material = { group = " androidx.compose.material" , name = " material" , version = " 1.8.2 " }
3030compose-material-icons = { group = " androidx.compose.material" , name = " material-icons-core" , version = " 1.7.8" }
3131
3232# OkHttp
@@ -47,7 +47,7 @@ prebid = { group = "org.prebid", name = "prebid-mobile-sdk", version.ref = "preb
4747# Testing
4848junit = { group = " junit" , name = " junit" , version.ref = " junit" }
4949kotlinx-coroutines-test = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-test" , version.ref = " coroutines-version" }
50- json = { group = " org.json" , name = " json" , version = " 20250107 " }
50+ json = { group = " org.json" , name = " json" , version = " 20250517 " }
5151mockk-android = { group = " io.mockk" , name = " mockk-android" , version.ref = " mockkVersion" }
5252mockk-agent = { group = " io.mockk" , name = " mockk-agent" , version.ref = " mockkVersion" }
5353
@@ -56,6 +56,6 @@ androidApplication = { id = "com.android.application", version.ref = "agp" }
5656androidLibrary = { id = " com.android.library" , version.ref = " agp" }
5757kotlinAndroid = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
5858composeCompiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
59- spotless = { id = " com.diffplug.spotless" , version = " 7.0.2 " }
59+ spotless = { id = " com.diffplug.spotless" , version = " 7.0.4 " }
6060dokka = { id = " org.jetbrains.dokka" , version = " 2.0.0" }
61- mavenPublish = { id = " com.vanniktech.maven.publish" , version = " 0.31 .0" }
61+ mavenPublish = { id = " com.vanniktech.maven.publish" , version = " 0.32 .0" }
0 commit comments