feat/add-android-pipeline #4

Merged
hugo merged 9 commits from feat/add-android-pipeline into main 2023-04-25 11:54:21 +00:00
Showing only changes of commit 3ba6468acd - Show all commits

View File

@ -7,7 +7,7 @@ module Fastlane
def self.run(params)
# Decrypt the keys archive and Extract the keys archive
Helper::AndroidCdHelper.decrypt_android_keys('../')
Helper::AndroidCdHelper.decrypt_android_keys('.')
# Clean the project before building
gradle(task: "clean")