ソースを参照

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

Update dependency androidx.annotation:annotation to v1.8.0
Andy Scherzinger 1 年間 前
コミット
d5d037d7e8
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.7.1'
+    implementation 'androidx.annotation:annotation:1.8.0'
     implementation 'com.vanniktech:emoji-google:0.18.0'
 
     implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido:$fidoVersion"