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