Compare commits

..

No commits in common. "ca2efae3c7857e8e6bdb1a0731db29c11eeb60ff" and "25209ab76b2f68a54480a094f7ee53e84ab0f429" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ 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
} }

View File

@ -13,6 +13,7 @@ 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