diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-04 17:40:28 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-04 17:40:28 -0800 |
commit | 6e8650e2ebbb3d9dbe5e1d625ec1ee706284b124 (patch) | |
tree | 80ecbea0f5793543a05667f1d6cc2521477e62bc /app.config.js | |
parent | 0dae24e78ffe0b2d69349a03f669949e4d5afc21 (diff) | |
download | voidsky-6e8650e2ebbb3d9dbe5e1d625ec1ee706284b124.tar.zst |
1.63
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 312b9ea20..37e583e4f 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 = '2' + const IOS_BUILD_NUMBER = '1' /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 53 + const ANDROID_VERSION_CODE = 54 /** * Uses built-in Expo env vars |