瀏覽代碼

Bump butterknife from 10.2.1 to 10.2.3

Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.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/10.2.1...10.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 年之前
父節點
當前提交
eb385a2b4a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -197,7 +197,7 @@ dependencies {
     implementation 'net.orange-box.storebox:storebox-lib:1.4.0'
     compileOnly 'org.projectlombok:lombok:1.18.10'
     annotationProcessor "org.projectlombok:lombok:1.18.10"
-    implementation 'com.jakewharton:butterknife:10.2.1'
+    implementation 'com.jakewharton:butterknife:10.2.3'
     kapt 'com.jakewharton:butterknife-compiler:10.2.1'
     implementation 'com.github.HITGIF:TextFieldBoxes:1.4.5'
     implementation 'eu.davidea:flexible-adapter:5.1.0'