소스 검색

Merge pull request #9197 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.3.0

Bump annotation from 1.2.0 to 1.3.0
Álvaro Brey 3 년 전
부모
커밋
c161b5235b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -298,7 +298,7 @@ dependencies {
         exclude group: "com.android.support"
     }
     implementation 'com.caverock:androidsvg:1.4'
-    implementation 'androidx.annotation:annotation:1.2.0'
+    implementation 'androidx.annotation:annotation:1.3.0'
     implementation 'com.vanniktech:emoji-google:0.8.0'
 
     implementation "com.github.cotechde.hwsecurity:hwsecurity-fido:$fidoVersion"