Local testing

This commit is contained in:
2023-08-04 21:34:01 +01:00
parent 2315422c82
commit d834e199e5
4 changed files with 60 additions and 37 deletions

View File

@@ -35,7 +35,8 @@ platform :android do
gradle(
task: "clean bundle",
flavor: "Driver",
build_type: "Release")
build_type: "Release"
)
upload_to_play_store(
aab: "app/build/outputs/bundle/driverRelease/app-driver-release.aab",
json_key: "google-play-key.json",