bump version for this branch, and enhance logging with times

This commit is contained in:
2026-03-15 19:33:43 -06:00
parent fa1c639a8b
commit c0678385df
6 changed files with 23 additions and 12 deletions

View File

@@ -1419,8 +1419,8 @@ The recommended way to build for Android is using the automated build script:
##### 1. Bump the version in package.json, then update these versions & run:
```bash
perl -p -i -e 's/versionCode .*/versionCode 65/g' android/app/build.gradle
perl -p -i -e 's/versionName .*/versionName "1.3.8"/g' android/app/build.gradle
perl -p -i -e 's/versionCode .*/versionCode 66/g' android/app/build.gradle
perl -p -i -e 's/versionName .*/versionName "1.4.1"/g' android/app/build.gradle
```
##### 2. Build