mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Bump to 3.0
This commit is contained in:
parent
b95af07672
commit
fdc8490127
@ -28,7 +28,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.lsposed.lsplant:lsplant:2.1"
|
implementation "org.lsposed.lsplant:lsplant:3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
@ -113,7 +113,7 @@ publishing {
|
|||||||
register<MavenPublication>("lsplant") {
|
register<MavenPublication>("lsplant") {
|
||||||
group = "org.lsposed.lsplant"
|
group = "org.lsposed.lsplant"
|
||||||
artifactId = "lsplant"
|
artifactId = "lsplant"
|
||||||
version = "2.1"
|
version = "3.0"
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
from(components.getByName("release"))
|
from(components.getByName("release"))
|
||||||
artifact(symbolsTask)
|
artifact(symbolsTask)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user