diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-13 12:48:26 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-13 12:48:26 -0800 |
commit | a713f77e0357bfd9b7379de85e8a04ce104a9579 (patch) | |
tree | b5c5bccb7d6b1e80498bc7728706c8a9163b7d5f /app.config.js | |
parent | 8245e567473601b76ef20545d748810074439458 (diff) | |
download | voidsky-a713f77e0357bfd9b7379de85e8a04ce104a9579.tar.zst |
1.59
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 e4606de6c..e5ec435ab 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 = 48 + const ANDROID_VERSION_CODE = 49 /** * Uses built-in Expo env vars |