fix: spec dir folder for gradle

This commit is contained in:
Malo Léon 2023-06-22 14:24:33 +02:00
parent ca2efae3c7
commit 7cd4ac4238

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