mirror of
https://github.com/TheWhiteDog9487/FreeUnlock.git
synced 2026-08-11 23:01:31 +08:00
40 lines
1.8 KiB
TOML
40 lines
1.8 KiB
TOML
[versions]
|
|
agp = "9.0.0"
|
|
annotation = "1.9.1"
|
|
coreKtx = "1.17.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.3.0"
|
|
espressoCore = "3.7.0"
|
|
appcompat = "1.7.1"
|
|
material = "1.13.0"
|
|
|
|
yukihookapi = "1.3.1"
|
|
ksp = "2.3.4"
|
|
kavaref-core = "1.0.2"
|
|
kavaref-extension = "1.0.2"
|
|
|
|
[libraries]
|
|
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
|
|
yukihookapi-api = { module = "com.highcapable.yukihookapi:api", version.ref = "yukihookapi" }
|
|
# 作为 Xposed 模块使用务必添加,其它情况可选
|
|
yukihookapi-ksp-xposed = { module = "com.highcapable.yukihookapi:ksp-xposed", version.ref = "yukihookapi" }
|
|
# YukiHookAPI 1.3.0 版本后使用 KavaRef 作为核心反射 API
|
|
# YukiHookAPI 不再绑定自身的反射 API,你可以开始尝试使用 KavaRef
|
|
kavaref-core = { module = "com.highcapable.kavaref:kavaref-core", version.ref = "kavaref-core" }
|
|
kavaref-extension = { module = "com.highcapable.kavaref:kavaref-extension", version.ref = "kavaref-extension" }
|
|
# 作为 Xposed 模块使用务必添加,其它情况可选
|
|
xposed-api = { module = "de.robv.android.xposed:api", version = "82" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|