From c0a8673e9f97fbeb565000fe85d2f1ce55f6e8c2 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 16 Sep 2020 10:21:33 -0300 Subject: Make apps work on API 21+ (except cashier that needs 23+) --- wallet/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallet/fastlane/Fastfile') diff --git a/wallet/fastlane/Fastfile b/wallet/fastlane/Fastfile index 3c2f8cd..695540c 100644 --- a/wallet/fastlane/Fastfile +++ b/wallet/fastlane/Fastfile @@ -42,7 +42,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 -- cgit v1.2.3