feat/prepare-android-pipeline-for-rc #24

Merged
malo merged 11 commits from feat/prepare-android-pipeline-for-rc into main 2023-08-08 15:59:34 +00:00
Showing only changes of commit fef6c75738 - Show all commits

View File

@ -20,18 +20,9 @@ module Fastlane
# Clean the project before building
other_action.gradle(task: "clean")
# Set the build number based on the number of commits
build_number = other_action.number_of_commits
# Build the Android App Bundle
other_action.gradle(
task: "bundle",
build_type: "Release",
print_command: true,
project_dir: './',
properties: {
"android.injected.version.code" => build_number
}
other_action.flutter_build(
build: 'appbundle'
)
UI.message("👉🏼 App built")