diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 982013a..63664ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] -agp = "8.6.0" -androidx-activityCompose = "1.9.2" +agp = "8.7.1" +androidx-activityCompose = "1.9.3" androidx-appcompat = "1.7.0" androidx-core = "1.13.1" -androidx-lifecycle = "2.8.5" +androidx-lifecycle = "2.8.6" androidx-test-core = "1.6.1" androidx-test-runner = "1.6.2" androidx-test-rules = "1.6.1" conscrypt = "2.5.2" -compose-bom = "2024.09.01" -dokka = "1.9.10" +compose-bom = "2024.10.00" +dokka = "1.9.20" junit = "4.13.2" -kotlin = "2.0.20" -mockk = "1.13.12" +kotlin = "2.0.21" +mockk = "1.13.13" okhttp3 = "4.12.0" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1d7c02d..627b8f4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed May 17 11:37:23 CEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/sample-app/build.gradle.kts b/sample-app/build.gradle.kts index 4554538..979017b 100644 --- a/sample-app/build.gradle.kts +++ b/sample-app/build.gradle.kts @@ -52,6 +52,7 @@ dependencies { implementation(libs.androidx.appcompat) implementation(libs.androidx.activityCompose) + implementation(platform(libs.compose.bom)) implementation(libs.compose.material) implementation(libs.compose.ui.base) implementation(libs.compose.ui.graphics)