manager: Updated dependency library version

- Add JNI macros to simplify field setup and object creation
This commit is contained in:
ShirkNeko
2025-07-06 14:44:36 +08:00
parent b8f2d15bd1
commit fb5c7c2f9d
4 changed files with 106 additions and 79 deletions

View File

@@ -1,27 +1,27 @@
[versions]
accompanist-drawablepainter = "0.37.3"
agp = "8.11.0"
gson = "2.11.0"
kotlin = "2.1.20"
ksp = "2.1.20-2.0.0"
compose-bom = "2025.05.01"
lifecycle = "2.9.0"
navigation = "2.9.0"
gson = "2.13.1"
kotlin = "2.1.21"
ksp = "2.1.21-2.0.1"
compose-bom = "2025.06.01"
lifecycle = "2.9.1"
navigation = "2.9.1"
activity-compose = "1.10.1"
kotlinx-coroutines = "1.10.2"
coil-compose = "2.7.0"
compose-destination = "2.1.0"
compose-destination = "2.2.0"
sheets-compose-dialogs = "1.3.0"
markdown = "4.6.2"
webkit = "1.13.0"
webkit = "1.14.0"
appiconloader-coil = "1.5.0"
parcelablelist = "2.0.1"
libsu = "6.0.0"
apksign = "1.4"
cmaker = "1.2"
compose-material = "1.8.2"
compose-material = "1.8.3"
compose-material3 = "1.3.2"
compose-ui = "1.8.2"
compose-ui = "1.8.3"
documentfile = "1.1.0"
mmrl = "2bb00b3c2b"
@@ -81,7 +81,7 @@ sheet-compose-dialogs-input = { group = "com.maxkeppeler.sheets-compose-dialogs"
markdown = { group = "io.noties.markwon", name = "core", version.ref = "markdown" }
lsposed-cxx = { module = "org.lsposed.libcxx:libcxx", version = "27.0.12077973" }
lsposed-cxx = { module = "org.lsposed.libcxx:libcxx", version = "29.0.13599879-beta2" }
androidx-documentfile = { group = "androidx.documentfile", name = "documentfile", version.ref = "documentfile" }