This commit is contained in:
2024-09-25 16:50:34 +02:00
parent 59f3f0d454
commit 55f8c938fb
6 changed files with 6 additions and 264 deletions

View File

@@ -4,18 +4,15 @@
default_platform(:android)
platform :android do
# desc "Runs all the tests"
# lane :test do
# gradle(task: "test")
# end
desc "Deploy a new version as a preview version"
lane :deploy_testing do
gradle(
task: "bundle",
# flavor: "staging",
sh(
"flutter build appbundle --release",
"--build-name=",
ENV["VERSION_NAME"],
)
upload_to_play_store(
track: 'alpha',
skip_upload_apk: true,