File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
plugins/barcode-scanner/android Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " barcode-scanner " : patch
3+ " barcode-scanner-js " : patch
4+ ---
5+
6+ Update ` androidx.camera ` from ` 1.1.0 ` to ` 1.5.1 ` to support 16 KB memory page sizes.
Original file line number Diff line number Diff line change @@ -33,16 +33,14 @@ android {
3333}
3434
3535dependencies {
36-
36+ val camerax_version = " 1.5.1 "
3737 implementation(" androidx.core:core-ktx:1.9.0" )
3838 implementation(" androidx.appcompat:appcompat:1.6.0" )
3939 implementation(" com.google.android.material:material:1.7.0" )
40- implementation(" androidx.camera:camera-core:1.1.0" )
41- implementation(" androidx.camera:camera-view:1.1.0" )
42- implementation(" androidx.camera:camera-lifecycle:1.1.0" )
43- implementation(" androidx.camera:camera-camera2:1.1.0" )
44- implementation(" androidx.camera:camera-lifecycle:1.1.0" )
45- implementation(" androidx.camera:camera-view:1.1.0" )
40+ implementation(" androidx.camera:camera-core:${camerax_version} " )
41+ implementation(" androidx.camera:camera-camera2:${camerax_version} " )
42+ implementation(" androidx.camera:camera-lifecycle:${camerax_version} " )
43+ implementation(" androidx.camera:camera-view:${camerax_version} " )
4644 implementation(" com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0" )
4745 testImplementation(" junit:junit:4.13.2" )
4846 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
You can’t perform that action at this time.
0 commit comments