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