Bump ios build number and android version code
This commit is contained in:
parent
b9fc152749
commit
1f037a0b43
7 changed files with 20 additions and 20 deletions
|
@ -9,12 +9,12 @@ module.exports = function () {
|
|||
/**
|
||||
* iOS build number. Must be incremented for each TestFlight version.
|
||||
*/
|
||||
const IOS_BUILD_NUMBER = '1'
|
||||
const IOS_BUILD_NUMBER = '2'
|
||||
|
||||
/**
|
||||
* Android build number. Must be incremented for each release.
|
||||
*/
|
||||
const ANDROID_VERSION_CODE = 52
|
||||
const ANDROID_VERSION_CODE = 53
|
||||
|
||||
/**
|
||||
* Uses built-in Expo env vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue