summaryrefslogtreecommitdiff
path: root/wallet/fastlane/Fastfile
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-02-23 15:56:37 -0300
committerTorsten Grote <t@grobox.de>2023-02-23 16:49:50 -0300
commitab11f168fdf15aba8f366d723d9a63726fc86276 (patch)
treeeed466f4828f2e4cb537146a89967cd58b010c34 /wallet/fastlane/Fastfile
parent7b11c9309d5ac88b6da6c50aeece589f0c0a7b3c (diff)
downloadtaler-android-ab11f168fdf15aba8f366d723d9a63726fc86276.tar.gz
taler-android-ab11f168fdf15aba8f366d723d9a63726fc86276.tar.bz2
taler-android-ab11f168fdf15aba8f366d723d9a63726fc86276.zip
[wallet] release 0.9.2+p2 (Google Play only)
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"],