chore: update dependency
Some checks are pending
Build-Apk / build (push) Waiting to run

This commit is contained in:
lisonge 2024-07-06 23:02:45 +08:00
parent 6486094d28
commit ea0bf80265

View File

@ -5,7 +5,7 @@ compileSdk = "34"
targetSdk = "34"
buildToolsVersion = "34.0.0"
minSdk = "26"
android = "8.4.2"
android = "8.5.0"
compose = "1.6.8"
rikka = "4.4.0"
room = "2.6.1"
@ -27,7 +27,7 @@ compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref =
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.9.0" }
tencent_mmkv = { module = "com.tencent:mmkv", version = "1.3.5" }
tencent_mmkv = { module = "com.tencent:mmkv", version = "1.3.6" }
rikka_processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "rikka" }
rikka_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" }
rikka_shizuku_api = { module = "dev.rikka.shizuku:api", version = "13.1.5" }
@ -58,7 +58,7 @@ ktor_client_core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor_client_okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
ktor_client_content_negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktor_serialization_kotlinx_json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
kotlinx_serialization_json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
kotlinx_serialization_json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.1" }
kotlinx_collections_immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.7" }
google_hilt_android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
google_hilt_android_compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
@ -67,7 +67,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" }
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.0.1" }
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.1.1" }
exp4j = { module = "net.objecthunter:exp4j", version = "0.4.8" }
toaster = { module = "com.github.getActivity:Toaster", version = "12.6" }
permissions = { module = "com.github.getActivity:XXPermissions", version = "18.63" }