Skip to content

Flagship 7

Brett Weissbart edited this page Sep 27, 2019 · 1 revision

Flagship 7 fixes the Android bundle identifier being hardcoded to com.brandingbrand.and.<appname>. It will now respect the identifier defined in the bundleIds.android configuration setting.

The convention for the folder structure within Android apps is to follow the bundle identifier, so the folder structure may change within your app. You can programatically determine the path to the native project using flagship.path.android.nativeProjectPath(config). This should only be an issue if your app or scripts manually reference the folder structure within the Android project.

See: https://github.com/brandingbrand/flagship/pull/829