diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-15 15:57:06 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-15 15:57:06 -0800 |
commit | aac13aafced384eecafcab9a2b20fbdb47265403 (patch) | |
tree | c1ddf8f96d27ac9dfe6af058fcfb50307f7e408c /app.config.js | |
parent | 2a712630b471561790ff4a467613679f38424f64 (diff) | |
download | voidsky-aac13aafced384eecafcab9a2b20fbdb47265403.tar.zst |
1.60
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index d16b494d0..717279b25 100644 --- a/app.config.js +++ b/app.config.js @@ -14,7 +14,7 @@ module.exports = function () { /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 49 + const ANDROID_VERSION_CODE = 50 /** * Uses built-in Expo env vars |