Skip to content

Commit

Permalink
chore: libs shizuku version
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Aug 26, 2024
1 parent 9a4d1a9 commit 8c404f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ paging = "3.3.2"
ktor = "2.3.12"
destinations = "1.10.2"
coil = "2.7.0"
shizuku = "13.1.5"

[libraries]
android_gradle = { module = "com.android.tools.build:gradle", version.ref = "android" }
Expand All @@ -26,8 +27,8 @@ compose_activity = { module = "androidx.activity:activity-compose", version = "1
tencent_mmkv = { module = "com.tencent:mmkv", version = "1.3.9" }
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" }
rikka_shizuku_provider = { module = "dev.rikka.shizuku:provider", version = "13.1.5" }
rikka_shizuku_api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
rikka_shizuku_provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
lsposed_hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
others_utilcodex = { module = "com.blankj:utilcodex", version = "1.31.1" }
others_activityResultLauncher = { module = "com.github.DylanCaiCoding:ActivityResultLauncher", version = "1.1.2" }
Expand Down

0 comments on commit 8c404f9

Please sign in to comment.