Browse Source

Merge pull request #2190 from nextcloud/chore/noid/cameraX110

Bump androidx.camera from 1.1.0-rc02 to 1.1.0
Andy Scherzinger 2 years ago
parent
commit
21808f3145
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -156,7 +156,7 @@ android {
 }
 
 ext {
-    androidxCameraVersion = "1.1.0-rc02"
+    androidxCameraVersion = "1.1.0"
     butterknifeVersion = "10.2.3"
     coilKtVersion = "2.1.0"
     daggerVersion = "2.42"