Compare commits
	
		
			2 Commits
		
	
	
		
			25209ab76b
			...
			ca2efae3c7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ca2efae3c7 | |||
| 1062d3d9e2 | 
| @ -28,7 +28,6 @@ module Fastlane | |||||||
|           task: "bundle", |           task: "bundle", | ||||||
|           build_type: "Release", |           build_type: "Release", | ||||||
|           print_command: true, |           print_command: true, | ||||||
|           project_dir: 'android/', |  | ||||||
|           properties: { |           properties: { | ||||||
|             "android.injected.version.code" => build_number |             "android.injected.version.code" => build_number | ||||||
|           } |           } | ||||||
|  | |||||||
| @ -13,7 +13,6 @@ module Fastlane | |||||||
| 
 | 
 | ||||||
|         # Check if the command executed successfully |         # Check if the command executed successfully | ||||||
|         if $?.success? |         if $?.success? | ||||||
| 
 |  | ||||||
|           # Move the extracted files to the current directory |           # Move the extracted files to the current directory | ||||||
|           `jar xvf #{android_directory}/android_keys.zip && mv #{android_directory}/android_keys/* #{android_directory}` |           `jar xvf #{android_directory}/android_keys.zip && mv #{android_directory}/android_keys/* #{android_directory}` | ||||||
|         else |         else | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user