Compare commits

...

2 Commits

Author SHA1 Message Date
ca2efae3c7 fix: syntax error 2023-06-22 14:14:22 +02:00
1062d3d9e2 fix: remove projectDir field 2023-06-22 14:12:56 +02:00
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ module Fastlane
task: "bundle",
build_type: "Release",
print_command: true,
project_dir: 'android/',
properties: {
"android.injected.version.code" => build_number
}

View File

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