capacitor-plugin-camera-forked 3.1.133 → 3.1.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -76,7 +76,7 @@ dependencies {
|
|
|
76
76
|
* CameraX — stable, real versions (NO BOM)
|
|
77
77
|
* 16 KB page size compatible
|
|
78
78
|
*/
|
|
79
|
-
def camerax_version = "1.
|
|
79
|
+
def camerax_version = "1.5.2"
|
|
80
80
|
|
|
81
81
|
implementation "androidx.camera:camera-core:$camerax_version"
|
|
82
82
|
implementation "androidx.camera:camera-camera2:$camerax_version"
|
package/package.json
CHANGED