- migrate from apk to bundle

This commit is contained in:
2023-09-08 15:35:02 +01:00
parent 145fc9dcfb
commit 306dfa30c8

View File

@@ -23,7 +23,7 @@ platform :android do
desc "Deploy a new version to the Google Play"
lane :deploy do
gradle(task: "clean assembleRelease")
gradle(task: "clean bundle", build_type: "Release")
upload_to_play_store
end
end