Merge pull request #4119 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.1.0

Bump annotation from 1.0.2 to 1.1.0
This commit is contained in:
Andy Scherzinger 2019-06-06 08:56:44 +02:00 committed by GitHub
commit 21a54921b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,7 @@ dependencies {
exclude group: "com.android.support"
}
implementation 'com.caverock:androidsvg:1.4'
implementation 'androidx.annotation:annotation:1.0.2'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'org.jetbrains:annotations:17.0.0'