From 8862594aeba6604a7a789ba2d733fb68a5a16186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 13:17:29 +0000 Subject: [PATCH] build(deps): bump EzXHelper from 0.9.7 to 0.9.8 (#109) --- 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 4631c48a..40f17326 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -139,7 +139,7 @@ dependencies { implementation("com.afollestad.material-dialogs:core:3.3.0") implementation("com.afollestad.material-dialogs:input:3.3.0") implementation("com.jaredrummler:colorpicker:1.1.0") - implementation("com.github.kyuubiran:EzXHelper:0.9.7") + implementation("com.github.kyuubiran:EzXHelper:0.9.8") // festival title implementation("com.github.jinatonic.confetti:confetti:1.1.2") implementation("com.github.MatteoBattilana:WeatherView:3.0.0")