summaryrefslogtreecommitdiff
path: root/wallet/fastlane
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/fastlane')
-rw-r--r--wallet/fastlane/Fastfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wallet/fastlane/Fastfile b/wallet/fastlane/Fastfile
index 695540c..70b10b8 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"],
@@ -38,7 +40,6 @@ platform :android do
}
)
upload_to_play_store(
- track: 'beta',
skip_upload_images: 'true',
skip_upload_screenshots: 'true',
skip_upload_apk: 'true', # This is an app bundle, so APK is not possible