We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09de93e commit 1cd41ffCopy full SHA for 1cd41ff
android/dependencies.gradle
@@ -81,8 +81,8 @@ ext {
81
*/
82
libraries = [
83
androidAppCompat : "androidx.appcompat:appcompat:1.7.0",
84
- androidCamera : "androidx.camera:camera-camera2:1.4.0-rc04",
85
- androidCameraMlKitVision : "androidx.camera:camera-mlkit-vision:1.4.0-rc04",
+ androidCamera : "androidx.camera:camera-camera2:1.4.0",
+ androidCameraMlKitVision : "androidx.camera:camera-mlkit-vision:1.4.0",
86
androidCoreKotlinExtensions : "androidx.core:core-ktx:1.13.1",
87
androidRecyclerView : "androidx.recyclerview:recyclerview:1.3.2",
88
materialComponents : "com.google.android.material:material:1.12.0",
0 commit comments