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',