Browse Source

Merge pull request #10753 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.5.0

Bump annotation from 1.4.0 to 1.5.0
Álvaro Brey 2 năm trước cách đây
mục cha
commit
825ebd0bc6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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