remove all actions linked to gradle

This commit is contained in:
Malo Léon 2023-07-11 15:52:27 +02:00
parent 1ef8fc00e7
commit b307d8110a

View File

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