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 b307d8110a - Show all commits

View File

@ -14,12 +14,8 @@ module Fastlane
# Decrypt the keys archive and Extract the keys archive # Decrypt the keys archive and Extract the keys archive
Helper::AndroidCdHelper.decrypt_android_keys('.') Helper::AndroidCdHelper.decrypt_android_keys('.')
UI.message("👉🏼 Credentials decrypted") UI.message("👉🏼 Credentials decrypted")
# Clean the project before building
other_action.gradle(task: "clean")
# Build the Android App Bundle # Build the Android App Bundle
other_action.flutter_build( other_action.flutter_build(
build: 'appbundle' build: 'appbundle'