commit de79f6aeab2e3c3b966da77c0c46a1ae49ccc192 parent 20003b852106fb7bafcbe41db318b4c323ffbfab Author: Torsten Grote <t@grobox.de> Date: Tue, 3 Jan 2023 08:44:37 -0300 [pos] Shorten app title as old title is rejected now as too long Diffstat:
| M | merchant-terminal/fastlane/Fastfile | | | 2 | +- |
| M | merchant-terminal/fastlane/metadata/android/en-US/title.txt | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/merchant-terminal/fastlane/Fastfile b/merchant-terminal/fastlane/Fastfile @@ -36,7 +36,7 @@ platform :android do 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 @@ -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