2023-06-27 15:52:48 +08:00
|
|
|
[versions]
|
2024-07-12 15:41:40 +08:00
|
|
|
agp = "8.5.1"
|
2023-06-27 15:52:48 +08:00
|
|
|
|
|
|
|
[plugins]
|
|
|
|
agp-app = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
2023-06-27 16:34:32 +08:00
|
|
|
lsplugin-jgit = { id = "org.lsposed.lsplugin.jgit", version = "1.1" }
|
|
|
|
lsplugin-publish = { id = "org.lsposed.lsplugin.publish", version = "1.1" }
|
|
|
|
lsplugin-cmaker = { id = "org.lsposed.lsplugin.cmaker", version = "1.2" }
|
2023-06-27 15:52:48 +08:00
|
|
|
|
|
|
|
[libraries]
|
2024-07-17 11:50:46 +08:00
|
|
|
cxx = { module = "org.lsposed.libcxx:libcxx", version = "27.0.12077973" }
|
2023-06-27 15:52:48 +08:00
|
|
|
dobby = { module = "io.github.vvb2060.ndk:dobby", version = "1.2" }
|
2024-06-28 07:02:01 +08:00
|
|
|
test-ext-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
2024-06-28 07:03:27 +08:00
|
|
|
test-runner = { module = "androidx.test:runner", version = "1.6.1" }
|
2024-06-28 07:02:31 +08:00
|
|
|
test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
|
2023-06-27 15:52:48 +08:00
|
|
|
|