From c935b27b9a53bd669f0ebd7482671af2ea7e4d7c Mon Sep 17 00:00:00 2001 From: LoveSy Date: Thu, 18 Apr 2024 22:14:11 +0800 Subject: [PATCH] [skip ci] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1ecdbd..3ffc804 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ android { } 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 dependencies { - implementation "org.lsposed.lsplant:lsplant-standalone:5.2" + implementation "org.lsposed.lsplant:lsplant-standalone:+" } ```