Skip to content

Commit ff20f83

Browse files
committed
chore: update dependencies
1 parent 3210489 commit ff20f83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
2-
agp = "8.1.1"
2+
agp = "8.1.4"
33
appcompat = "1.6.1"
44
core = "4.6.2"
55
dexlib2 = "2.4.0"
6-
kotlin = "1.9.10"
7-
ksp = "1.9.10-1.0.13"
8-
mmkv = "1.3.1"
6+
kotlin = "1.9.23"
7+
ksp = "1.9.23-1.0.19"
8+
mmkv = "1.3.4"
99

1010
[libraries]
1111
android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" }
12-
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.6.0" }
12+
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }
1313
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
14-
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.10.1" }
14+
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
1515
core = { module = "io.noties.markwon:core", version.ref = "core" }
1616
dexlib2 = { module = "org.smali:dexlib2", version.ref = "dexlib2" }
1717
eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.6.0.202305301015-r" }
1818
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
1919
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
20-
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.14.2" }
20+
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.16.0" }
2121
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
22-
material = { module = "com.google.android.material:material", version = "1.9.0" }
22+
material = { module = "com.google.android.material:material", version = "1.11.0" }
2323
mmkv-static = { module = "com.tencent:mmkv-static", version.ref = "mmkv" }
2424
xposed = { module = "de.robv.android.xposed:api", version = "82" }
2525
ezxhelper = { module = "com.github.kyuubiran:EzXHelper", version = "1.0.3" }

0 commit comments

Comments
 (0)