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