From d7b207da85fe88ce8b50e2e8a4a5d16d575a05e4 Mon Sep 17 00:00:00 2001 From: Geoffrey Bonneville Date: Tue, 18 Jul 2023 14:16:15 +0200 Subject: [PATCH] increase versionCode --- apps/app/app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/app.config.js b/apps/app/app.config.js index c3e3780b..c220ad0b 100644 --- a/apps/app/app.config.js +++ b/apps/app/app.config.js @@ -22,7 +22,7 @@ module.exports = () => { supportsTablet: true, }, android: { - versionCode: 3, + versionCode: 5, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff',