From 7402d5d88cbff0a317e7e33e7387d44906a983ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 03:13:06 +0000 Subject: [PATCH] Bump Attribouter from 0.1.8 to 0.1.9 in /app Bumps [Attribouter](https://github.com/fennifith/Attribouter) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/fennifith/Attribouter/releases) - [Commits](https://github.com/fennifith/Attribouter/compare/0.1.8...0.1.9) 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 cc521f8c..4064d2f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'com.google.firebase:firebase-messaging:21.0.1' implementation 'com.google.firebase:firebase-crashlytics:17.3.0' implementation 'com.google.firebase:firebase-analytics-ktx:18.0.1' - implementation 'me.jfenn:Attribouter:0.1.8' + implementation 'me.jfenn:Attribouter:0.1.9' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.13.2' implementation 'com.itachi1706.cepaslib:cepaslib:2.1.0'