Jelajahi Sumber

Bump butterknife from 10.2.1 to 10.2.2

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
dependabot-preview[bot] 4 tahun lalu
induk
melakukan
a361df0b4c
2 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 3 2
      build.gradle
  2. 1 1
      lint.xml

+ 3 - 2
build.gradle

@@ -62,6 +62,7 @@ ext {
     daggerVersion = "2.28.3"
     markwonVersion =  "4.4.0"
     prismVersion = "2.0.0"
+    butterknifeVersion = "10.2.2"
     androidLibraryVersion = "master-SNAPSHOT"
 
     travisBuild = System.getenv("TRAVIS") == "true"
@@ -299,8 +300,8 @@ dependencies {
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:2.0.1'
     implementation 'commons-io:commons-io:2.7'
-    implementation 'com.jakewharton:butterknife:10.2.1'
-    kapt 'com.jakewharton:butterknife-compiler:10.2.2'
+    implementation "com.jakewharton:butterknife:$butterknifeVersion"
+    kapt "com.jakewharton:butterknife-compiler:$butterknifeVersion"
     implementation 'org.greenrobot:eventbus:3.2.0'
     implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.0'
     implementation 'org.lukhnos:nnio:0.2'

+ 1 - 1
lint.xml

@@ -59,7 +59,7 @@
     <issue id="ObsoleteLintCustomCheck" severity="warning">
         <ignore path="**/fragment-1.2.5/**/lint.jar" />
         <ignore path="**/work-runtime-2.**/**/lint.jar" />
-        <ignore path="**/jetified-butterknife-runtime-10.2.1/**/lint.jar" />
+        <ignore path="**/jetified-butterknife-runtime-10.**/**/lint.jar" />
         <ignore path="**/jetified-dagger-lint-aar-2.28.**/**/lint.jar" />
     </issue>
 </lint>