We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d4397 commit a379010Copy full SHA for a379010
fastlane/FastFile
@@ -177,6 +177,7 @@ platform :android do
177
gradle(
178
task: options[:taskName],
179
build_type: options[:buildType],
180
+ flags: "--stacktrace --info",
181
properties: {
182
"android.injected.signing.store.file" => keystore_path,
183
"android.injected.signing.store.password" => options[:storePassword],
0 commit comments