Skip to content

Commit

Permalink
[playstore] feat: info if already uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Sep 18, 2024
1 parent d4e7171 commit 989c490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/playstore_publish/lib/src/android_publisher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ class AndroidPublisher {
var found = await appEdit.hasBundleVersionCode(versionCode);
if (!found) {
await appEdit.uploadBundle(aabPath);
} else {
stdout.writeln('versionCode $versionCode already exists');
}

await appEdit.publishTrack(
Expand Down

0 comments on commit 989c490

Please sign in to comment.