Skip to content

Commit

Permalink
this should be uplading to play store too
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Nov 4, 2024
1 parent facb26a commit 6b90639
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ platform :android do

UI.message("Aab path: #{options[:aab_path]}")

# upload_to_play_store(
# aab: options[:aab_path],
# track: 'internal',
# skip_upload_screenshots: true,
# skip_upload_images: true,
# validate_only: false
# )
upload_to_play_store(
aab: options[:aab_path],
track: 'internal',
skip_upload_screenshots: true,
skip_upload_images: true,
validate_only: false
)

versionCode = google_play_track_version_codes(track: 'internal').max
apkPath = "duckduckgo.apk"
Expand Down

0 comments on commit 6b90639

Please sign in to comment.