remove all actions linked to gradle
This commit is contained in:
parent
1ef8fc00e7
commit
b307d8110a
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user