Bump to 5.1

This commit is contained in:
LoveSy 2022-10-29 14:40:00 +08:00
parent a124dcb547
commit d2082eda78
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}
```

View File

@ -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)")