소스 검색

Merge pull request #4814 from nextcloud/dependabot/gradle/org.jetbrains-annotations-18.0.0

Bump annotations from 17.0.0 to 18.0.0
Tobias Kaminsky 5 년 전
부모
커밋
4343c3d67f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -301,7 +301,7 @@ dependencies {
     implementation 'com.caverock:androidsvg:1.4'
     implementation 'androidx.annotation:annotation:1.1.0'
     implementation 'com.google.code.gson:gson:2.8.6'
-    implementation 'org.jetbrains:annotations:17.0.0'
+    implementation 'org.jetbrains:annotations:18.0.0'
 
     implementation 'com.github.cotechde.hwsecurity:hwsecurity-fido:2.5.1'