Skip to content

Commit

Permalink
chore: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Apr 25, 2024
1 parent 31ad156 commit 015af35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
12 changes: 5 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }
Expand All @@ -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" }
Expand Down Expand Up @@ -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" }

Expand Down

0 comments on commit 015af35

Please sign in to comment.