diff --git a/packages/shorebird_cli/lib/src/commands/release/release_command.dart b/packages/shorebird_cli/lib/src/commands/release/release_command.dart index 8ad4afd8..6d19c6ae 100644 --- a/packages/shorebird_cli/lib/src/commands/release/release_command.dart +++ b/packages/shorebird_cli/lib/src/commands/release/release_command.dart @@ -86,6 +86,13 @@ On Xcode builds it is used as "CFBundleVersion".''', // TODO(bryanoltman): uncomment this once https://github.com/dart-lang/args/pull/273 lands // mandatory: true. ) + ..addFlag( + 'split-per-abi', + help: 'Whether to split the APKs per ABIs (Android only). ' + 'To learn more, see: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split', + hide: true, + negatable: false, + ) ..addOption( 'release-version', help: '''