Skip to content

Commit

Permalink
chore: use --connected-device when building apks
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Sep 23, 2024
1 parent b0e6a9b commit 9e51da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shorebird_cli/lib/src/executables/bundletool.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Bundletool {
final result = await _exec(
[
'build-apks',
'--connected-device',
'--overwrite',
'--bundle=$bundle',
'--output=$output',
Expand Down

0 comments on commit 9e51da2

Please sign in to comment.