summaryrefslogtreecommitdiff
path: root/merchant-terminal/fastlane
diff options
context:
space:
mode:
Diffstat (limited to 'merchant-terminal/fastlane')
-rw-r--r--merchant-terminal/fastlane/Fastfile3
-rw-r--r--merchant-terminal/fastlane/metadata/android/en-US/title.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/merchant-terminal/fastlane/Fastfile b/merchant-terminal/fastlane/Fastfile
index 2398c81..9aa16f0 100644
--- a/merchant-terminal/fastlane/Fastfile
+++ b/merchant-terminal/fastlane/Fastfile
@@ -32,11 +32,10 @@ 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
- validate_only: 'true'
+ validate_only: 'false'
)
end
end
diff --git a/merchant-terminal/fastlane/metadata/android/en-US/title.txt b/merchant-terminal/fastlane/metadata/android/en-US/title.txt
index 235199c..bcc4cea 100644
--- a/merchant-terminal/fastlane/metadata/android/en-US/title.txt
+++ b/merchant-terminal/fastlane/metadata/android/en-US/title.txt
@@ -1 +1 @@
-Taler Point-of-Sale Merchant Terminal \ No newline at end of file
+Taler Point-of-Sale Terminal \ No newline at end of file