diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-03 00:45:19 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-03 00:45:19 -0500 |
commit | 14e9719bccbe180f2da16ec4b4a981960ffe27f7 (patch) | |
tree | fba4017781902dd967377dbb6869f8258daa26d8 | |
parent | feff19f705efd84b4ced1b2e0f5ebcd25910a8d5 (diff) | |
download | voidsky-14e9719bccbe180f2da16ec4b4a981960ffe27f7.tar.zst |
Increment android versioncode
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json index 2f5768982..c18fc4a72 100644 --- a/app.json +++ b/app.json @@ -38,7 +38,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 10, + "versionCode": 11, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |