diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9d177dc02b..cf5eb507d1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,24 +1,24 @@ [versions] animalSniffer = "1.7.2" arrowGradleConfig = "0.12.0-rc.25" -coroutines = "1.9.0" +coroutines = "1.10.1" classgraph = "4.8.179" dokka = "2.0.0" kotest = "6.0.0.M1" -kover = "0.9.0" +kover = "0.9.1" kotlin = "2.1.0" -kotlinBinaryCompatibilityValidator = "0.16.3" +kotlinBinaryCompatibilityValidator = "0.17.0" kotlinCompileTesting = "0.7.0" knit = "0.5.0" kspVersion = "2.1.0-1.0.29" -kotlinxSerialization = "1.7.3" +kotlinxSerialization = "1.8.0" mockWebServer = "4.12.0" retrofit = "2.11.0" moshi = "1.15.2" spotlessVersion = "7.0.0" compose = "1.7.6" -composePlugin = "1.7.1" -agp = "8.7.3" +composePlugin = "1.7.3" +agp = "8.8.0" android-compileSdk = "34" cache4k = "0.13.0" publish="0.30.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8200..cea7a793a8 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-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index f5feea6d6b..f3b75f3b0d 100755 --- a/gradlew +++ b/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum