diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 19:05:50 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 19:05:50 -0800 |
commit | 1f037a0b4351eda47bae41a8e6004dc0f452afb7 (patch) | |
tree | fd81cbde78fe8a6d6e55db70479397b74706a4d1 /app.config.js | |
parent | b9fc1527495f8a9ed792cf4563650a9f442d62a1 (diff) | |
download | voidsky-1f037a0b4351eda47bae41a8e6004dc0f452afb7.tar.zst |
Bump ios build number and android version code
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index e290c07c9..312b9ea20 100644 --- a/app.config.js +++ b/app.config.js @@ -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 |