Update dependencies and sort lspatch.versions.toml
This commit is contained in:
parent
2f23001a8e
commit
88fae63e30
|
|
@ -1,15 +1,17 @@
|
|||
[versions]
|
||||
room = "2.7.2"
|
||||
accompanist = "0.36.0"
|
||||
compose-destinations = "1.11.7"
|
||||
compose-destinations = "1.11.8"
|
||||
shizuku = "13.1.5"
|
||||
hiddenapi = "4.4.0"
|
||||
compose-bom = "2025.07.00"
|
||||
kotlin = "2.2.0"
|
||||
ksp = "2.2.0-2.0.2"
|
||||
compose-bom = "2025.08.01"
|
||||
kotlin = "2.2.10"
|
||||
ksp = "2.2.10-2.0.2"
|
||||
commons-io = "2.20.0"
|
||||
beust-jcommander = "1.82"
|
||||
google-gson = "2.13.1"
|
||||
material = "1.12.0"
|
||||
core-ktx = "1.16.0"
|
||||
|
||||
[plugins]
|
||||
google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
|
|
@ -18,9 +20,15 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|||
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
|
||||
[libraries]
|
||||
# Androidx Libraries
|
||||
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
|
||||
androidx-customview = "androidx.customview:customview:1.2.0"
|
||||
androidx-customview-poolingcontainer = "androidx.customview:customview-poolingcontainer:1.1.0"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.10.1"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.9.3"
|
||||
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.2"
|
||||
|
||||
# Jetpack Compose Libraries
|
||||
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
|
||||
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
||||
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
|
|
@ -28,34 +36,25 @@ androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling
|
|||
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
||||
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.9.3"
|
||||
|
||||
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.2"
|
||||
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.10.1"
|
||||
|
||||
androidx-core-ktx = "androidx.core:core-ktx:1.16.0"
|
||||
|
||||
# Database Libraries
|
||||
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
|
||||
# Accompanist Libraries
|
||||
google-accompanist-navigation-animation = { module = "com.google.accompanist:accompanist-navigation-animation", version.ref = "accompanist" }
|
||||
google-accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist" }
|
||||
google-accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||
|
||||
# Rikka Libraries
|
||||
rikka-shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
||||
rikka-shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
|
||||
|
||||
rikka-refine = { module = "dev.rikka.tools.refine:runtime", version.ref = "hiddenapi" }
|
||||
|
||||
rikka-hidden-stub = { module = "dev.rikka.hidden:stub", version.ref = "hiddenapi" }
|
||||
|
||||
# Other Third-Party Libraries
|
||||
raamcosta-compose-destinations = { module = "io.github.raamcosta.compose-destinations:core", version.ref = "compose-destinations" }
|
||||
raamcosta-compose-destinations-ksp = { module = "io.github.raamcosta.compose-destinations:ksp", version.ref = "compose-destinations" }
|
||||
|
||||
commons-io = { module = "commons-io:commons-io", version.ref = "commons-io" }
|
||||
|
||||
beust-jcommander = { module = "com.beust:jcommander", version.ref = "beust-jcommander" }
|
||||
|
||||
google-gson = { module = "com.google.code.gson:gson", version.ref = "google-gson" }
|
||||
Loading…
Reference in New Issue