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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7281754c7d - Show all commits

View File

@ -1,6 +1,6 @@
source('https://rubygems.org')
gemspec name: android_cd
gemspec
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

View File

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