mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Bump to 5.0
This commit is contained in:
parent
1c50c6b808
commit
9324d71097
16
README.md
16
README.md
@ -27,15 +27,23 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation "org.lsposed.lsplant:lsplant:4.2"
|
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
prefab true
|
prefab true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation "org.lsposed.lsplant:lsplant:5.0"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
If you don't want to include `libc++_shared.so` in your APK, you can use `lsplant-standalone` instead:
|
||||||
|
|
||||||
|
```gradle
|
||||||
|
dependencies {
|
||||||
|
implementation "org.lsposed.lsplant:lsplant-standalone:5.0"
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### 1. Init LSPlant within JNI_OnLoad
|
### 1. Init LSPlant within JNI_OnLoad
|
||||||
|
@ -160,7 +160,7 @@ publishing {
|
|||||||
publications {
|
publications {
|
||||||
fun MavenPublication.setup() {
|
fun MavenPublication.setup() {
|
||||||
group = "org.lsposed.lsplant"
|
group = "org.lsposed.lsplant"
|
||||||
version = "4.2"
|
version = "5.0"
|
||||||
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