diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 46e274f..92aaeb5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "9.2.1" -kotlin = "2.4.0" +agp = "9.4.0" +kotlin = "2.4.10" coreKtx = "1.19.0" activityCompose = "1.13.0" # Lifecycle is pinned to the last version compatible with composeBom 2024.12.01: 2.11.0 pulls a @@ -9,22 +9,22 @@ activityCompose = "1.13.0" # ONLY together with composeBom (see the dependabot ignore rule). lifecycleRuntimeKtx = "2.10.0" composeBom = "2024.12.01" -navigationCompose = "2.9.8" +navigationCompose = "2.10.0" lifecycleViewmodelCompose = "2.10.0" junit = "4.13.2" junitExt = "1.3.0" espressoCore = "3.7.0" ktlintPlugin = "12.3.0" coroutines = "1.11.0" -ktor = "3.5.1" +ktor = "3.5.2" okhttp = "4.12.0" -jsoup = "1.22.2" +jsoup = "1.23.2" coil = "2.7.0" -commonsCodec = "1.22.0" -ksp = "2.3.9" +commonsCodec = "1.22.1" +ksp = "2.3.11" datastore = "1.2.1" room = "2.8.4" -sqlcipher = "4.16.0" +sqlcipher = "4.18.0" sqlite = "2.7.0" argon2kt = "1.6.0" biometric = "1.1.0" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index b1b8ef5..eddabd2 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbe66e1..760c459 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14 -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionSha256Sum=acd53f1edaf02f1a8ff99879f8a34b302661a057d9b063ae9e35b552f804d20a +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500