Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 6696e01 commit 642d76b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
agp = "8.3.2"
agp = "8.4.0"
appCenter = "5.0.4"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
lifecycle = "2.7.0"
materialDialog = "3.3.0"
sealedEnum = "0.7.0"
Expand All @@ -15,7 +15,7 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1.
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.0" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.9.0.202403050737-r" }
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
Expand All @@ -27,7 +27,7 @@ ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref =
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
material = { module = "com.google.android.material:material", version = "1.11.0" }
material = { module = "com.google.android.material:material", version = "1.12.0" }
material-dialogs-core = { module = "com.afollestad.material-dialogs:core", version.ref = "materialDialog" }
material-dialogs-input = { module = "com.afollestad.material-dialogs:input", version.ref = "materialDialog" }
xposed = { module = "de.robv.android.xposed:api", version = "82" }
Expand All @@ -50,4 +50,4 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.0" }
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.1.3" }
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "11.1.4" }

0 comments on commit 642d76b

Please sign in to comment.