diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cb0482ba08..176bb92781 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] -agp = "8.7.1" +agp = "8.7.2" appCenter = "5.0.5" kotlin = "2.0.21" -ksp = "2.0.21-1.0.26" -lifecycle = "2.8.6" +ksp = "2.0.21-1.0.28" +lifecycle = "2.8.7" materialDialog = "3.3.0" sealedEnum = "0.7.0" protobuf = "4.28.3" @@ -12,11 +12,11 @@ protobuf = "4.28.3" appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" } appcenter-crashes = { module = "com.microsoft.appcenter:appcenter-crashes", version.ref = "appCenter" } android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" } -androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.0" } +androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } -androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } +androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "7.0.0.202409031743-r" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } @@ -39,7 +39,7 @@ weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3. sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version.ref = "sealedEnum" } sealedEnum-ksp = { module = "com.github.livefront.sealed-enum:ksp", version.ref = "sealedEnum" } glide = { module = "com.github.bumptech.glide:glide", version = "4.16.0" } -byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.15.7" } +byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.15.10" } dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "14.0.0_r21" } flatbuffers-java = { module = "com.google.flatbuffers:flatbuffers-java", version = "23.5.26" } davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:subsampling-scale-image-view-androidx", version = "3.10.0" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72b8b..e2847c8200 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.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle.kts b/settings.gradle.kts index 2df92b9ced..301184e30a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -40,7 +40,7 @@ dependencyResolutionManagement { includeBuild("build-logic") plugins { - id("com.gradle.develocity") version "3.18.1" + id("com.gradle.develocity") version "3.18.2" id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0") }