diff --git a/packages/shorebird_cli/lib/src/commands/release/android_releaser.dart b/packages/shorebird_cli/lib/src/commands/release/android_releaser.dart index 46728cf8..4c4d2431 100644 --- a/packages/shorebird_cli/lib/src/commands/release/android_releaser.dart +++ b/packages/shorebird_cli/lib/src/commands/release/android_releaser.dart @@ -92,14 +92,6 @@ Please comment and upvote ${link(uri: Uri.parse('https://github.com/shorebirdtec @override Future buildReleaseArtifacts() async { - final architectures = (argResults['target-platform'] as List) - .map( - (platform) => AndroidArch.availableAndroidArchs.firstWhere( - (arch) => arch.targetPlatformCliArg == platform, - ), - ) - .toSet(); - final base64PublicKey = argResults.encodedPublicKey; final aab = await artifactBuilder.buildAppBundle( flavor: flavor,