Bump to 4.0

This commit is contained in:
LoveSy 2022-05-10 13:50:08 +08:00 committed by GitHub
parent d3cd931364
commit 78eecf3f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ repositories {
} }
dependencies { dependencies {
implementation "org.lsposed.lsplant:lsplant:3.2" implementation "org.lsposed.lsplant:lsplant:4.0"
} }
android { android {

View File

@ -113,7 +113,7 @@ publishing {
register<MavenPublication>("lsplant") { register<MavenPublication>("lsplant") {
group = "org.lsposed.lsplant" group = "org.lsposed.lsplant"
artifactId = "lsplant" artifactId = "lsplant"
version = "3.2" version = "4.0"
afterEvaluate { afterEvaluate {
from(components.getByName("release")) from(components.getByName("release"))
artifact(symbolsTask) artifact(symbolsTask)