From 8cac693a17c8e5082f988323d32fcab1d1826ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jun 2021 18:48:35 +0000 Subject: [PATCH] Bump butterknife from 7.0.1 to 10.2.3 Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 7.0.1 to 10.2.3. - [Release notes](https://github.com/JakeWharton/butterknife/releases) - [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md) - [Commits](https://github.com/JakeWharton/butterknife/compare/butterknife-parent-7.0.1...10.2.3) 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 468dde6b..81a09375 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.13.1' implementation 'jp.wasabeef:recyclerview-animators:3.0.0' implementation 'com.anjlab.android.iab.v3:library:1.1.0' - implementation 'com.jakewharton:butterknife:7.0.1' + implementation 'com.jakewharton:butterknife:10.2.3' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' annotationProcessor 'com.jakewharton:butterknife:7.0.1'