[skip ci] Update README.md

This commit is contained in:
LoveSy 2024-04-18 22:14:11 +08:00 committed by GitHub
parent 7217ac6f41
commit c935b27b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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