File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
7070 implementation(" androidx.camera:camera-core:${Versions .CAMERAX } " )
7171 implementation(" androidx.camera:camera-camera2:${Versions .CAMERAX } " )
7272 implementation(" androidx.camera:camera-lifecycle:${Versions .CAMERAX } " )
73- implementation(" androidx.camera:camera-view:${Versions .CAMERAX_VIEW } " )
73+ implementation(" androidx.camera:camera-view:${Versions .CAMERAX } " )
7474 implementation(" androidx.biometric:biometric:${Versions .BIOMETRIC } " )
7575
7676 implementation(" com.google.dagger:hilt-android:${Versions .HILT } " )
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ object Versions {
77 const val CORE_KTX = " 1.7.0"
88 const val KOTLINX_COROUTINES = " 1.6.0"
99 const val LIFECYCLE_KTX = " 2.4.1"
10- const val CAMERAX = " 1.0.2"
11- const val CAMERAX_VIEW = " 1.0.0-alpha27"
10+ const val CAMERAX = " 1.1.0"
1211 const val BIOMETRIC = " 1.1.0"
1312 const val ZXING = " 3.3.3"
1413 const val GSON = " 2.9.0"
You can’t perform that action at this time.
0 commit comments