mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Bump annotations from 2.0.1 to 3.0.1u2
Bumps [annotations](https://github.com/findbugsproject/findbugs) from 2.0.1 to 3.0.1u2. - [Release notes](https://github.com/findbugsproject/findbugs/releases) - [Commits](https://github.com/findbugsproject/findbugs/commits) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e930ad31e2
commit
fbd33cc1e8
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ dependencies {
|
|||
implementation "androidx.work:work-runtime-ktx:2.4.0"
|
||||
implementation "androidx.fragment:fragment:1.2.5"
|
||||
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
|
||||
compileOnly 'com.google.code.findbugs:annotations:2.0.1'
|
||||
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
|
||||
implementation 'commons-io:commons-io:2.8.0'
|
||||
implementation "com.jakewharton:butterknife:$butterknifeVersion"
|
||||
kapt "com.jakewharton:butterknife-compiler:$butterknifeVersion"
|
||||
|
|
Loading…
Reference in a new issue