From 22c2bdc3687c5497ef27ac3d9a3c2fa69d41d0df Mon Sep 17 00:00:00 2001 From: Xie Zhihao Date: Sat, 1 Jun 2024 01:25:19 +0800 Subject: [PATCH] Bump build version to 154 --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index f778080..98737a6 100644 --- a/app.config.js +++ b/app.config.js @@ -27,7 +27,7 @@ const config = { }, ios: { bundleIdentifier: IS_DEV ? "name.sketch.ConchBay.dev" : "name.sketch.ConchBay", - buildNumber: "153", + buildNumber: "154", config: { usesNonExemptEncryption: false, }, @@ -67,7 +67,7 @@ const config = { }, android: { package: IS_DEV ? "name.sketch.conch_bay.dev" : "name.sketch.conch_bay", - versionCode: 153, + versionCode: 154, adaptiveIcon: { foregroundImage: "./assets/adaptive-icon.png", backgroundColor: IS_DEV ? "#FFFFFF" : "#6B84F5",