mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Bumps the maven-dependencies group with 2 updates: com.android.application and com.android.library. Updates `com.android.application` from 8.9.0 to 8.9.1 Updates `com.android.library` from 8.9.0 to 8.9.1 Updates `com.android.library` from 8.9.0 to 8.9.1 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
771 B
TOML
18 lines
771 B
TOML
[versions]
|
|
agp = "8.9.1"
|
|
|
|
[plugins]
|
|
agp-app = { id = "com.android.application", version.ref = "agp" }
|
|
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
|
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" }
|
|
|
|
[libraries]
|
|
cxx = { module = "org.lsposed.libcxx:libcxx", version = "27.0.12077973" }
|
|
dobby = { module = "io.github.vvb2060.ndk:dobby", version = "1.2" }
|
|
test-ext-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
|
test-runner = { module = "androidx.test:runner", version = "1.6.2" }
|
|
test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
|
|
|