From 391405df77f4d9682008173819f974924698c552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 04:25:49 +0000 Subject: [PATCH] Bump com.github.kyuubiran:EzXHelper from 2.1.1 to 2.1.2 Bumps [com.github.kyuubiran:EzXHelper](https://github.com/KyuubiRan/EzXHelper) from 2.1.1 to 2.1.2. - [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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index af9d9ce..8788f30 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -74,7 +74,7 @@ android { dependencies { - implementation("com.github.kyuubiran:EzXHelper:2.1.1") + implementation("com.github.kyuubiran:EzXHelper:2.1.2") implementation("androidx.appcompat:appcompat:1.6.1") implementation("com.google.android.material:material:1.11.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")