mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +08:00
Bump to 5.1
This commit is contained in:
parent
a124dcb547
commit
d2082eda78
@ -34,7 +34,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.lsposed.lsplant:lsplant:5.0"
|
implementation "org.lsposed.lsplant:lsplant:5.1"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ If you don't want to include `libc++_shared.so` in your APK, you can use `lsplan
|
|||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.lsposed.lsplant:lsplant-standalone:5.0"
|
implementation "org.lsposed.lsplant:lsplant-standalone:5.1"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ publishing {
|
|||||||
publications {
|
publications {
|
||||||
fun MavenPublication.setup() {
|
fun MavenPublication.setup() {
|
||||||
group = "org.lsposed.lsplant"
|
group = "org.lsposed.lsplant"
|
||||||
version = "5.0"
|
version = "5.1"
|
||||||
pom {
|
pom {
|
||||||
name.set("LSPlant")
|
name.set("LSPlant")
|
||||||
description.set("A hook framework for Android Runtime (ART)")
|
description.set("A hook framework for Android Runtime (ART)")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user