From 9476600f52db52330dd53c4b747cff3727e225f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:47:28 +0000 Subject: [PATCH] Bump com.highcapable.yukihookapi:api from 1.1.11 to 1.2.0 Bumps [com.highcapable.yukihookapi:api](https://github.com/HighCapable/YukiHookAPI) from 1.1.11 to 1.2.0. - [Release notes](https://github.com/HighCapable/YukiHookAPI/releases) - [Commits](https://github.com/HighCapable/YukiHookAPI/compare/1.1.11...1.2.0) --- updated-dependencies: - dependency-name: com.highcapable.yukihookapi:api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ea9447e..975472b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,8 +93,8 @@ dependencies { //exclude group: "androidx.lifecycle", module: "lifecycle-viewmodel-ktx" } - implementation 'com.highcapable.yukihookapi:api:1.1.11' - ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.11' + implementation 'com.highcapable.yukihookapi:api:1.2.0' + ksp 'com.highcapable.yukihookapi:ksp-xposed:1.2.0' implementation 'com.facebook.shimmer:shimmer:0.5.0' implementation 'com.github.KieronQuinn:MonetCompat:0.4.1' implementation 'androidx.palette:palette:1.0.0'