Explorar el Código

Merge pull request #10399 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.4.0

Bump annotation from 1.3.0 to 1.4.0
Álvaro Brey hace 3 años
padre
commit
393f553e56
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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