Browse Source

Merge pull request #3054 from nextcloud/dependabot/gradle/org.jetbrains-annotations-16.0.3

Bump annotations from 16.0.2 to 16.0.3
Andy Scherzinger 6 years ago
parent
commit
ae94e219ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -262,7 +262,7 @@ dependencies {
     androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.3'
     androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.3'
     // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
     // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
     //androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
     //androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
-    implementation 'org.jetbrains:annotations:16.0.2'
+    implementation 'org.jetbrains:annotations:16.0.3'
 
 
     androidTestImplementation 'tools.fastlane:screengrab:1.2.0'
     androidTestImplementation 'tools.fastlane:screengrab:1.2.0'