From fcfebda4697cd3c484e2faa69fc22c996fcc771d Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 8 Jan 2024 12:10:30 -0800 Subject: [PATCH] Bump android app version code --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 37e583e4f0..f2403edd47 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 = 54 + const ANDROID_VERSION_CODE = 55 /** * Uses built-in Expo env vars