mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
chore: update dependency
This commit is contained in:
parent
31ad1564e2
commit
015af353d6
|
@ -216,7 +216,7 @@ dependencies {
|
|||
ksp(libs.google.hilt.android.compiler)
|
||||
implementation(libs.androidx.hilt.navigation.compose)
|
||||
|
||||
implementation(libs.others.reorderable)
|
||||
implementation(libs.reorderable)
|
||||
|
||||
implementation(libs.androidx.splashscreen)
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ targetSdk = "34"
|
|||
buildToolsVersion = "34.0.0"
|
||||
minSdk = "26"
|
||||
android = "8.3.2"
|
||||
compose = "1.6.5"
|
||||
composeCompiler = "1.5.11"
|
||||
compose = "1.6.6"
|
||||
composeCompiler = "1.5.12"
|
||||
rikka = "4.4.0"
|
||||
room = "2.6.1"
|
||||
paging = "3.2.1"
|
||||
|
@ -27,12 +27,10 @@ compose_tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "co
|
|||
compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
|
||||
compose_icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
||||
compose_material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
|
||||
compose_activity = { module = "androidx.activity:activity-compose", version = "1.8.2" }
|
||||
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.0" }
|
||||
tencent_mmkv = { module = "com.tencent:mmkv", version = "1.3.4" }
|
||||
rikka_gradle = { module = "dev.rikka.tools.refine:gradle-plugin", version.ref = "rikka" }
|
||||
rikka_processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "rikka" }
|
||||
rikka_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" }
|
||||
rikka_runtime = { module = "dev.rikka.tools.refine:runtime", version.ref = "rikka" }
|
||||
rikka_shizuku_api = { module = "dev.rikka.shizuku:api", version = "13.1.5" }
|
||||
rikka_shizuku_provider = { module = "dev.rikka.shizuku:provider", version = "13.1.5" }
|
||||
lsposed_hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
|
||||
|
@ -41,7 +39,7 @@ others_activityResultLauncher = { module = "com.github.DylanCaiCoding:ActivityRe
|
|||
others_jankson = { module = "blue.endless:jankson", version = "1.2.3" }
|
||||
others_floating_bubble_view = { module = "io.github.torrydo:floating-bubble-view", version = "0.6.4" }
|
||||
androidx_appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
|
||||
androidx_core_ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
|
||||
androidx_core_ktx = { module = "androidx.core:core-ktx", version = "1.13.0" }
|
||||
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.7.0" }
|
||||
androidx_junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
|
||||
androidx_espresso = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
|
||||
|
@ -70,7 +68,7 @@ destinations_core = { module = "io.github.raamcosta.compose-destinations:core",
|
|||
destinations_ksp = { module = "io.github.raamcosta.compose-destinations:ksp", version.ref = "destinations" }
|
||||
coil_compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
||||
coil_gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
|
||||
others_reorderable = { module = "sh.calvin.reorderable:reorderable", version = "1.3.3" }
|
||||
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "1.5.2" }
|
||||
exp4j = { module = "net.objecthunter:exp4j", version = "0.4.8" }
|
||||
toaster = { module = "com.github.getActivity:Toaster", version = "12.6" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user