fix: fix Helper class name (#1)

This commit is contained in:
Malo Léon 2023-04-24 14:20:41 +02:00
parent 5deb1ff0c1
commit 7281754c7d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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