Commit 319fd31
committed
fix(android): pin
The `@capacitor/barcode-scanner` library previously referenced `osbarcode-android` with a dynamic version (`1.+@aar`), which resulted in the app using version `1.1.5-dev2`. This caused a crash on Android when attempting to open the QR code scanning camera due to the error:
`java.lang.NoSuchFieldError: No field Companion of type Landroidx/camera/lifecycle/ProcessCameraProvider$Companion;`osbarcode-android library version to 1.1.3 to resolve camera compatibility issue1 parent 278a346 commit 319fd31
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments