From 98e251070cd1f1be8f87e438fda456823a7a3400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:08:24 +0000 Subject: [PATCH] Bump com.github.kyuubiran:EzXHelper from 2.0.7 to 2.0.8 Bumps [com.github.kyuubiran:EzXHelper](https://github.com/KyuubiRan/EzXHelper) from 2.0.7 to 2.0.8. - [Commits](https://github.com/KyuubiRan/EzXHelper/commits) --- updated-dependencies: - dependency-name: com.github.kyuubiran:EzXHelper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 59ee6a6130..61f1ca25bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -136,7 +136,7 @@ dependencies { // implementation 'org.luckypray:DexKit:1.1.8' //noinspection GradleDependency implementation 'io.github.biezhi:TinyPinyin:2.0.3.RELEASE' - implementation 'com.github.kyuubiran:EzXHelper:2.0.7' + implementation 'com.github.kyuubiran:EzXHelper:2.0.8' implementation "com.google.accompanist:accompanist-systemuicontroller:0.32.0" implementation "org.lsposed.hiddenapibypass:hiddenapibypass:4.3" implementation "com.google.code.gson:gson:2.10.1"