Bump build numbers and translations
This commit is contained in:
parent
588ccde005
commit
36e1da1006
13 changed files with 5471 additions and 4751 deletions
|
@ -21,13 +21,13 @@ module.exports = function () {
|
|||
* iOS build number. Must be incremented for each TestFlight version.
|
||||
* WARNING: Always leave this variable on line 24! If it is moved, you need to update ./scripts/bumpIosBuildNumber.sh
|
||||
*/
|
||||
const IOS_BUILD_NUMBER = '3'
|
||||
const IOS_BUILD_NUMBER = '5'
|
||||
|
||||
/**
|
||||
* Android build number. Must be incremented for each release.
|
||||
* WARNING: Always leave this variable on line 30! If it is moved, you need to update ./scripts/bumpAndroidBuildNumber.sh
|
||||
*/
|
||||
const ANDROID_VERSION_CODE = 61
|
||||
const ANDROID_VERSION_CODE = 62
|
||||
|
||||
/**
|
||||
* Uses built-in Expo env vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue