Bump ios and android build numbers
This commit is contained in:
parent
f46b598ac6
commit
3d229b5fd6
3 changed files with 84 additions and 38 deletions
|
@ -9,12 +9,12 @@ module.exports = function () {
|
|||
/**
|
||||
* iOS build number. Must be incremented for each TestFlight version.
|
||||
*/
|
||||
const IOS_BUILD_NUMBER = '14'
|
||||
const IOS_BUILD_NUMBER = '15'
|
||||
|
||||
/**
|
||||
* Android build number. Must be incremented for each release.
|
||||
*/
|
||||
const ANDROID_VERSION_CODE = 46
|
||||
const ANDROID_VERSION_CODE = 47
|
||||
|
||||
/**
|
||||
* Uses built-in Expo env vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue