bump dependencies

This commit is contained in:
Adam Velebil 2023-10-27 10:27:11 +02:00
parent 0647b9583f
commit 311a184cd5
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
2 changed files with 4 additions and 5 deletions

View File

@ -49,12 +49,11 @@ android {
} }
dependencies { dependencies {
def camerax_version = "1.2.3" def camerax_version = "1.3.0"
implementation "androidx.camera:camera-lifecycle:${camerax_version}" implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}" implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}" implementation "androidx.camera:camera-camera2:${camerax_version}"
//noinspection GradleDependency implementation "com.google.zxing:core:3.5.2"
implementation "com.google.zxing:core:3.3.3"
implementation "com.google.zxing:android-core:3.3.0" implementation "com.google.zxing:android-core:3.3.0"
} }

View File

@ -1,6 +1,6 @@
#Mon Oct 16 08:48:17 CEST 2023 #Mon Oct 16 08:48:17 CEST 2023
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists