diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-19 16:33:22 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-19 16:33:22 -0800 |
commit | f1a7a5717def08444fa46ce43a307df55e6cac9b (patch) | |
tree | f087afc78606567d1f25d89085d725c7a7ca7c5e /app.config.js | |
parent | eb07b983bd70cb9e913bb40a2ac0686a33fc3f6d (diff) | |
download | voidsky-f1a7a571.tar.zst |
1.66
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 4adeb03b7..fb1c72825 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 = 57 + const ANDROID_VERSION_CODE = 58 /** * Uses built-in Expo env vars |