Merge pull request #981 from nextcloud/be15dependabot/gradle/com.jakewharton-butterknife-10.2.3

Bump butterknife from 10.2.1 to 10.2.3
This commit is contained in:
Marcel Hibbe 2021-02-10 17:25:35 +01:00 committed by GitHub
commit 05d077e7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'