11[versions ]
22# AGP 9.? no longer supports `android.enableResourceOptimizations=false`, so do not use AGP 9.? for now.
33# AGP 10.0 no longer supports `android.newDsl=false`, so do not use AGP 10.0 for now.
4- agp = " 9.1.0 "
4+ agp = " 9.2.1 "
55appCenter = " 5.0.6"
6- kotlin = " 2.3.20 "
7- ksp = " 2.3.6 "
6+ kotlin = " 2.3.21 "
7+ ksp = " 2.3.7 "
88lifecycle = " 2.10.0"
99materialDialog = " 3.3.0"
1010sealedEnum = " 0.7.0"
@@ -14,7 +14,7 @@ protobuf = "4.34.1"
1414appcenter-analytics = { module = " com.microsoft.appcenter:appcenter-analytics" , version.ref = " appCenter" }
1515appcenter-crashes = { module = " com.microsoft.appcenter:appcenter-crashes" , version.ref = " appCenter" }
1616android-tools = { module = " com.android.tools.build:gradle" , version.ref = " agp" }
17- androidx-annotation = { module = " androidx.annotation:annotation" , version = " 1.9.1 " }
17+ androidx-annotation = { module = " androidx.annotation:annotation" , version = " 1.10.0 " }
1818# Dependency 'androidx.browser:browser:1.9.0' requires Android Gradle plugin 8.9.1 or higher.
1919androidx-browser = { module = " androidx.browser:browser" , version = " 1.10.0" }
2020androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version = " 2.2.1" }
@@ -25,8 +25,8 @@ eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "7.6.0.
2525hiddenapibypass = { module = " org.lsposed.hiddenapibypass:hiddenapibypass" , version = " 6.1" }
2626kotlin-gradle = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
2727kotlinpoet-ksp = { module = " com.squareup:kotlinpoet-ksp" , version = " 2.3.0" }
28- kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version = " 1.10.2 " }
29- kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.10 .0" }
28+ kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version = " 1.11.0 " }
29+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.11 .0" }
3030ksp = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " ksp" }
3131lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycle" }
3232lifecycle-common = { module = " androidx.lifecycle:lifecycle-common-java8" , version.ref = " lifecycle" }
@@ -41,7 +41,7 @@ confetti = { module = "com.github.jinatonic.confetti:confetti", version = "1.1.2
4141weatherView = { module = " com.github.MatteoBattilana:WeatherView" , version = " 3.0.0" }
4242sealedEnum-runtime = { module = " com.github.livefront.sealed-enum:runtime" , version.ref = " sealedEnum" }
4343sealedEnum-ksp = { module = " com.github.livefront.sealed-enum:ksp" , version.ref = " sealedEnum" }
44- glide = { module = " com.github.bumptech.glide:glide" , version = " 5.0.5 " }
44+ glide = { module = " com.github.bumptech.glide:glide" , version = " 5.0.7 " }
4545byte-buddy = { module = " net.bytebuddy:byte-buddy" , version = " 1.18.8" }
4646dalvik-dx = { module = " com.jakewharton.android.repackaged:dalvik-dx" , version = " 16.0.1" }
4747# noinspection NewerVersionAvailable do not update com.google.flatbuffers:flatbuffers-java, need to keep it sync with DexKit
@@ -50,13 +50,13 @@ davemorrissey-subsampling-scale-image-view = { module = "com.davemorrissey.labs:
5050google-protobuf-java = { module = " com.google.protobuf:protobuf-java" , version.ref = " protobuf" }
5151google-protobuf-protoc = { module = " com.google.protobuf:protoc" , version.ref = " protobuf" }
5252dexlib2 = { module = " org.smali:dexlib2" , version = " 2.5.2" }
53- google-guava = { module = " com.google.guava:guava" , version = " 33.5 .0-android" }
53+ google-guava = { module = " com.google.guava:guava" , version = " 33.6 .0-android" }
5454
5555[plugins ]
5656changelog = { id = " org.jetbrains.changelog" , version = " 2.5.0" }
5757ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
5858kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
5959serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
6060aboutlibraries = { id = " com.mikepenz.aboutlibraries.plugin.android" , version = " 13.2.1" }
61- protobuf = { id = " com.google.protobuf" , version = " 0.9.6 " }
61+ protobuf = { id = " com.google.protobuf" , version = " 0.10.0 " }
6262android-library = { id = " com.android.library" , version.ref = " agp" }
0 commit comments