fix: spec dir folder for gradle #23

Merged
malo merged 1 commits from feat/prepare-android-pipeline-for-rc into main 2023-06-22 12:24:52 +00:00

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: './',
properties: { properties: {
"android.injected.version.code" => build_number "android.injected.version.code" => build_number
} }