Skip to content

Commit

Permalink
produce aab only
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Feb 17, 2025
1 parent 55fd25d commit 20d63db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ platform :android do
use_prebuilt_openssl if ENV["OPENSSL_USE_PREBUILT"] == "1"
set_signing_properties if ENV["ANDROID_SIGNING_STORE_FILE"]

Tauri::Android.build(aab: true)
Tauri::Android.build(aab: true, apk: false)
end

desc "Deploy a new version to the Google Play"
lane :deploy do
use_prebuilt_openssl if ENV["OPENSSL_USE_PREBUILT"] == "1"
set_signing_properties if ENV["ANDROID_SIGNING_STORE_FILE"]

Tauri::Android.build(aab: true)
Tauri::Android.build(aab: true, apk: false)

upload_to_play_store(
track: "internal",
Expand Down

0 comments on commit 20d63db

Please sign in to comment.