diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c4b4d3b..d79b2f4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "9.2.0" +agp = "9.2.1" androidx-activityCompose = "1.13.0" androidx-appcompat = "1.7.1" androidx-core = "1.18.0" @@ -8,12 +8,12 @@ androidx-test-core = "1.7.0" androidx-test-runner = "1.7.0" androidx-test-rules = "1.7.0" conscrypt = "2.5.3" -compose-bom = "2026.04.01" +compose-bom = "2026.05.01" dokka = "2.2.0" junit = "4.13.2" kotlin = "2.3.21" -kotlin-coroutines = "1.10.2" -mockk = "1.14.9" +kotlin-coroutines = "1.11.0" +mockk = "1.14.11" okhttp = "5.3.2" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..df6a6ad 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500