fix: remove projectDir field

This commit is contained in:
Malo Léon 2023-06-22 14:12:56 +02:00
parent 25209ab76b
commit 1062d3d9e2
2 changed files with 1 additions and 2 deletions

View File

@ -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
} }

View File

@ -13,7 +13,7 @@ module Fastlane
# Check if the command executed successfully # Check if the command executed successfully
if $?.success? if $?.success?
f
# 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