Merge pull request #8205 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.2.0

Bump annotation from 1.1.0 to 1.2.0
This commit is contained in:
Andy Scherzinger 2021-03-25 08:26:24 +01:00 committed by GitHub
commit c28c48e20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ dependencies {
exclude group: "com.android.support"
}
implementation 'com.caverock:androidsvg:1.4'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.vanniktech:emoji-google:0.7.0'