From d4d26645be5057184ae0270932d5460079958daa Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 13 Jan 2023 04:11:37 +0800 Subject: [PATCH] Modify change related instructions and notes in build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 97d240ae..04fcb580 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ ext { groupId = "com.highcapable.yukihookapi" apiVersion = "1.1.4" repoName = "YukiHookAPI" - repoDescription = "An efficient Kotlin version of the Xposed Hook API." + repoDescription = "An efficient Hook API and Xposed Module solution built in Kotlin." licenceName = "MIT License" licenceUrl = "https://github.com/fankes/YukiHookAPI/blob/master/LICENSE" website = "https://github.com/fankes/YukiHookAPI"