refactor(shorebird_cli): remove redundant implementation (#3343)

This commit is contained in:
Felix Angelov
2025-10-01 10:46:47 -05:00
committed by GitHub
parent 65a275eaad
commit cfa368c90f
@@ -92,14 +92,6 @@ Please comment and upvote ${link(uri: Uri.parse('https://github.com/shorebirdtec
@override
Future<FileSystemEntity> buildReleaseArtifacts() async {
final architectures = (argResults['target-platform'] as List<String>)
.map(
(platform) => AndroidArch.availableAndroidArchs.firstWhere(
(arch) => arch.targetPlatformCliArg == platform,
),
)
.toSet();
final base64PublicKey = argResults.encodedPublicKey;
final aab = await artifactBuilder.buildAppBundle(
flavor: flavor,