diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-15 15:31:56 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-15 15:31:56 -0800 |
commit | d35be77a116772eb13c1c1165b0ed4628f0ac657 (patch) | |
tree | 3331eea326fb9200b6306de0784b88cde2d578c7 /app.config.js | |
parent | 8c4e5b5f0b953faf4e09caabb2170cc6da3df76b (diff) | |
download | voidsky-d35be77a116772eb13c1c1165b0ed4628f0ac657.tar.zst |
Bump android version code
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 bf1c4fa0a..c05787428 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 = 55 + const ANDROID_VERSION_CODE = 56 /** * Uses built-in Expo env vars |