Skip to content

Commit

Permalink
chore: deps: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Nov 24, 2023
1 parent 9d3122c commit f71bf77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.1.4"
appCenter = "5.0.2"
appCenter = "5.0.3"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
lifecycle = "2.6.2"
Expand All @@ -20,7 +20,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1
eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.7.0.202309050840-r" }
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.15.0" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.15.1" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.7.3" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.1" }
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
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.9" }
byte-buddy = { module = "net.bytebuddy:byte-buddy", version = "1.14.10" }
dalvik-dx = { module = "com.jakewharton.android.repackaged:dalvik-dx", version = "11.0.0_r3" }
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 Down

0 comments on commit f71bf77

Please sign in to comment.