fix: update android directory path (#1)
This commit is contained in:
parent
7281754c7d
commit
3ba6468acd
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user