update android build, fix ios build for new version of MLKit BarcodeScanner (both build)

This commit is contained in:
2026-05-24 21:24:18 -06:00
parent efd7d50a84
commit 802050259c
10 changed files with 126 additions and 127 deletions

View File

@@ -1420,7 +1420,7 @@ The recommended way to build for Android is using the automated build script:
```bash
perl -p -i -e 's/versionCode .*/versionCode 67/g' android/app/build.gradle
perl -p -i -e 's/versionName .*/versionName "1.3.12"/g' android/app/build.gradle
perl -p -i -e 's/versionName .*/versionName "1.4.1"/g' android/app/build.gradle
```
##### 2. Build