33agp = " 8.13.2"
44appCenter = " 5.0.6"
55# keep kotlin and ksp versions in sync
6- kotlin = " 2.2.21 "
7- ksp = " 2.3.3 "
6+ kotlin = " 2.3.0 "
7+ ksp = " 2.3.4 "
88lifecycle = " 2.10.0"
99materialDialog = " 3.3.0"
1010sealedEnum = " 0.7.0"
11- protobuf = " 4.33.2 "
11+ protobuf = " 4.33.3 "
1212
1313[libraries ]
1414appcenter-analytics = { module = " com.microsoft.appcenter:appcenter-analytics" , version.ref = " appCenter" }
@@ -42,7 +42,7 @@ weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3.
4242sealedEnum-runtime = { module = " com.github.livefront.sealed-enum:runtime" , version.ref = " sealedEnum" }
4343sealedEnum-ksp = { module = " com.github.livefront.sealed-enum:ksp" , version.ref = " sealedEnum" }
4444glide = { module = " com.github.bumptech.glide:glide" , version = " 5.0.5" }
45- byte-buddy = { module = " net.bytebuddy:byte-buddy" , version = " 1.18.2 " }
45+ byte-buddy = { module = " net.bytebuddy:byte-buddy" , version = " 1.18.3 " }
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
4848flatbuffers-java = { module = " com.google.flatbuffers:flatbuffers-java" , version = " 23.5.26" }
@@ -57,6 +57,6 @@ changelog = { 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" }
60- aboutlibraries = { id = " com.mikepenz.aboutlibraries.plugin.android" , version = " 13.1.0 " }
61- protobuf = { id = " com.google.protobuf" , version = " 0.9.5 " }
60+ aboutlibraries = { id = " com.mikepenz.aboutlibraries.plugin.android" , version = " 13.2.1 " }
61+ protobuf = { id = " com.google.protobuf" , version = " 0.9.6 " }
6262android-library = { id = " com.android.library" , version.ref = " agp" }
0 commit comments