From 4cfcc01bcccaead756e7d13d751299b02bd02bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:42:31 +0000 Subject: [PATCH] Bump com.github.kyuubiran:EzXHelper from 2.0.8 to 2.1.0 Bumps [com.github.kyuubiran:EzXHelper](https://github.com/KyuubiRan/EzXHelper) from 2.0.8 to 2.1.0. - [Commits](https://github.com/KyuubiRan/EzXHelper/commits) --- updated-dependencies: - dependency-name: com.github.kyuubiran:EzXHelper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b7210c9c..02d24fb1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -77,6 +77,6 @@ dependencies { compileOnly("de.robv.android.xposed:api:82") implementation(project(":blockmiui")) implementation(project(":xtoast")) - implementation("com.github.kyuubiran:EzXHelper:2.0.8") + implementation("com.github.kyuubiran:EzXHelper:2.1.0") implementation("com.github.xiaowine:Lyric-Getter-Api:6.0.0") }