fix: fix Helper class name (#1)
This commit is contained in:
		
							parent
							
								
									5deb1ff0c1
								
							
						
					
					
						commit
						7281754c7d
					
				| @ -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) | ||||||
|  | |||||||
| @ -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") | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user