mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Bump to 5.1
This commit is contained in:
parent
a124dcb547
commit
d2082eda78
@ -34,7 +34,7 @@ android {
|
||||
}
|
||||
|
||||
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
|
||||
dependencies {
|
||||
implementation "org.lsposed.lsplant:lsplant-standalone:5.0"
|
||||
implementation "org.lsposed.lsplant:lsplant-standalone:5.1"
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -177,7 +177,7 @@ publishing {
|
||||
publications {
|
||||
fun MavenPublication.setup() {
|
||||
group = "org.lsposed.lsplant"
|
||||
version = "5.0"
|
||||
version = "5.1"
|
||||
pom {
|
||||
name.set("LSPlant")
|
||||
description.set("A hook framework for Android Runtime (ART)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user