Bump to 5.2

This commit is contained in:
LoveSy 2022-11-02 01:19:27 +08:00 committed by GitHub
parent bde8b5ed16
commit 7480a21779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ android {
}
dependencies {
implementation "org.lsposed.lsplant:lsplant:5.1"
implementation "org.lsposed.lsplant:lsplant:5.2"
}
```
@ -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.1"
implementation "org.lsposed.lsplant:lsplant-standalone:5.2"
}
```

View File

@ -177,7 +177,7 @@ publishing {
publications {
fun MavenPublication.setup() {
group = "org.lsposed.lsplant"
version = "5.1"
version = "5.2"
pom {
name.set("LSPlant")
description.set("A hook framework for Android Runtime (ART)")