소스 검색

Merge pull request #13312 from nextcloud/renovate/androidx.annotation-annotation-1.x

fix(deps): update dependency androidx.annotation:annotation to v1.8.1
Andy Scherzinger 1 년 전
부모
커밋
91ffa5c16e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -309,7 +309,7 @@ dependencies {
         exclude group: "com.android.support"
     }
     implementation 'com.caverock:androidsvg:1.4'
-    implementation 'androidx.annotation:annotation:1.8.0'
+    implementation 'androidx.annotation:annotation:1.8.1'
     implementation 'com.vanniktech:emoji-google:0.21.0'
 
     implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido:$fidoVersion"