diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-25 14:23:22 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-25 14:23:22 -0800 |
commit | cd7a25fd4297672083cde28346d926584748ad14 (patch) | |
tree | b708a19249f8d2309733b839ffc5b9c2ff7b1adc /app.config.js | |
parent | 614cb234898cfdf7080d7765c2bf6b899b753008 (diff) | |
download | voidsky-cd7a25fd4297672083cde28346d926584748ad14.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 e8b30ab00..831791c2d 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 = 51 + const ANDROID_VERSION_CODE = 52 /** * Uses built-in Expo env vars |