bump to v 1.3.5, and fix some web help links
This commit is contained in:
@@ -1140,7 +1140,7 @@ export GEM_PATH=$shortened_path
|
||||
##### 1. Bump the version in package.json & CHANGELOG.md for `MARKETING_VERSION`, then `grep CURRENT_PROJECT_VERSION ios/App/App.xcodeproj/project.pbxproj` and add 1 for the numbered version here:
|
||||
|
||||
```bash
|
||||
cd ios/App && xcrun agvtool new-version 57 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.3.3;/g" App.xcodeproj/project.pbxproj && cd -
|
||||
cd ios/App && xcrun agvtool new-version 58 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.3.5;/g" App.xcodeproj/project.pbxproj && cd -
|
||||
# Unfortunately this edits Info.plist directly.
|
||||
#xcrun agvtool new-marketing-version 0.4.5
|
||||
```
|
||||
@@ -1298,8 +1298,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 57/g' android/app/build.gradle
|
||||
perl -p -i -e 's/versionName .*/versionName "1.3.3"/g' android/app/build.gradle
|
||||
perl -p -i -e 's/versionCode .*/versionCode 58/g' android/app/build.gradle
|
||||
perl -p -i -e 's/versionName .*/versionName "1.3.5"/g' android/app/build.gradle
|
||||
```
|
||||
|
||||
##### 2. Build
|
||||
|
||||
Reference in New Issue
Block a user