From 7480a21779a5e11ea2cad727dd21665c0bdefdd7 Mon Sep 17 00:00:00 2001 From: LoveSy <631499712@qq.com> Date: Wed, 2 Nov 2022 01:19:27 +0800 Subject: [PATCH] Bump to 5.2 --- README.md | 4 ++-- lsplant/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd87bb8..b4d0740 100644 --- a/README.md +++ b/README.md @@ -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" } ``` diff --git a/lsplant/build.gradle.kts b/lsplant/build.gradle.kts index f428189..7f5abb3 100644 --- a/lsplant/build.gradle.kts +++ b/lsplant/build.gradle.kts @@ -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)")