From 97a9e7d8eccfa6ce8cc72e3b44753a7040585a09 Mon Sep 17 00:00:00 2001 From: teble Date: Mon, 9 Oct 2023 00:32:20 +0800 Subject: [PATCH] bump version to 2.0.0-rc5 --- dexkit-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexkit-android/build.gradle b/dexkit-android/build.gradle index f0fc14df..e1c1aef9 100644 --- a/dexkit-android/build.gradle +++ b/dexkit-android/build.gradle @@ -11,7 +11,7 @@ plugins { def KDockRepoName = "LuckyPray/DexKit-Doc" -def libVersion = "2.0.0-rc4" +def libVersion = "2.0.0-rc5" android { namespace "org.luckypray.dexkit"