Bump build numbers
This commit is contained in:
parent
4cf68b32c8
commit
50eb1c30d2
12 changed files with 642 additions and 301 deletions
|
|
@ -20,12 +20,12 @@ module.exports = function () {
|
|||
/**
|
||||
* iOS build number. Must be incremented for each TestFlight version.
|
||||
*/
|
||||
const IOS_BUILD_NUMBER = '3'
|
||||
const IOS_BUILD_NUMBER = '4'
|
||||
|
||||
/**
|
||||
* Android build number. Must be incremented for each release.
|
||||
*/
|
||||
const ANDROID_VERSION_CODE = 59
|
||||
const ANDROID_VERSION_CODE = 60
|
||||
|
||||
/**
|
||||
* Uses built-in Expo env vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue