diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-22 18:13:07 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-09-22 18:13:07 -0700 |
commit | be2f319a34c8e600b6d00d14d5ee6312ffdda537 (patch) | |
tree | 512c1d0d9e106131d9ef867b8721c6663e6d7959 | |
parent | e9f30894b1cb88fbde52ae0417eb56b0c1b10dcd (diff) | |
download | voidsky-be2f319a34c8e600b6d00d14d5ee6312ffdda537.tar.zst |
Bump android version code
-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 908ae5f9b..51e95b1a1 100644 --- a/app.config.js +++ b/app.config.js @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 38, + versionCode: 39, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |