Bump build numbers for ios and android
This commit is contained in:
parent
7814106909
commit
c00c5efb34
4 changed files with 41 additions and 26 deletions
|
@ -9,12 +9,12 @@ module.exports = function () {
|
|||
/**
|
||||
* iOS build number. Must be incremented for each TestFlight version.
|
||||
*/
|
||||
const IOS_BUILD_NUMBER = '4'
|
||||
const IOS_BUILD_NUMBER = '5'
|
||||
|
||||
/**
|
||||
* Android build number. Must be incremented for each release.
|
||||
*/
|
||||
const ANDROID_VERSION_CODE = 50
|
||||
const ANDROID_VERSION_CODE = 51
|
||||
|
||||
/**
|
||||
* Uses built-in Expo env vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue