From 78d7504f446a1fe035b67614adf442c42871f188 Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Tue, 13 Feb 2024 21:16:04 +0100 Subject: [PATCH] increment build number to obtain version --- config/app.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/app.config.ts b/config/app.config.ts index 4499f4f5..51dec5d7 100644 --- a/config/app.config.ts +++ b/config/app.config.ts @@ -82,7 +82,8 @@ const config: ExpoConfig = { config: { usesNonExemptEncryption: false }, - bundleIdentifier: 'xyz.elliptica.enuts' + bundleIdentifier: 'xyz.elliptica.enuts', + buildNumber: '2' }, android: { icon: './assets/app-icon-android-legacy.png',