summaryrefslogtreecommitdiff
path: root/wallet/fastlane/Fastfile
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/fastlane/Fastfile')
-rw-r--r--wallet/fastlane/Fastfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/wallet/fastlane/Fastfile b/wallet/fastlane/Fastfile
index 695540c..43b7818 100644
--- a/wallet/fastlane/Fastfile
+++ b/wallet/fastlane/Fastfile
@@ -30,6 +30,8 @@ platform :android do
build_type: "Release",
flavor: "google",
gradle_path: '../gradlew',
+ print_command: false,
+ flags: "--no-build-cache --no-configuration-cache",
properties: {
"android.injected.signing.store.file" => ENV["TALER_KEYSTORE_PATH"],
"android.injected.signing.store.password" => ENV["TALER_KEYSTORE_PASS"],