fix: update android directory path (#1)

This commit is contained in:
Malo Léon 2023-04-24 14:42:49 +02:00
parent 7281754c7d
commit 3ba6468acd

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")