diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-26 13:55:56 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-26 13:55:56 -0800 |
commit | 00b4ee5b0d670fbe817e1efb91f5bcaa95601869 (patch) | |
tree | 82f218f042a0533f6d1d2feb09e4ec40f07dcf8b /app.config.js | |
parent | 77d47c2b45923ed1ef6a1c6598826e656db55d8c (diff) | |
download | voidsky-00b4ee5b0d670fbe817e1efb91f5bcaa95601869.tar.zst |
1.67
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 fb1c72825..e8effb9d0 100644 --- a/app.config.js +++ b/app.config.js @@ -25,7 +25,7 @@ module.exports = function () { /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 58 + const ANDROID_VERSION_CODE = 59 /** * Uses built-in Expo env vars |