Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1144)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 30, 2024
1 parent 911bedb commit 3a77d91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
agp = "8.5.2"
agp = "8.6.0"
appCenter = "5.0.4"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"
lifecycle = "2.8.4"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
protobuf = "4.27.3"
protobuf = "4.28.0"

[libraries]
appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" }
Expand All @@ -23,7 +23,7 @@ hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", vers
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.18.1" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.1" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.2" }
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
Expand All @@ -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.14.19" }
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.15.1" }
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" }
Expand All @@ -53,6 +53,6 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.1" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.2.2" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.2.3" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
android-library = { id = "com.android.library", version.ref = "agp" }

0 comments on commit 3a77d91

Please sign in to comment.