opt_out_usage

lane :google do
    upload_to_play_store(
      json_key_data: ENV["PLAYSTORE_KEY"],
      aab: ENV["AAB_FILE"],
      track: "internal",
    )
end
