From 1be1d7897952cc135161808b3714f9260e008ae1 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 22 Nov 2020 09:31:06 +0100 Subject: [PATCH] fix fastlane --- android/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 246074dd..c18d5564 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -47,3 +47,4 @@ platform :android do lane :deploy_release do upload_to_play_store(track: 'beta', track_promote_to: "production", deactivate_on_promote: false, skip_upload_changelogs: true) end +end \ No newline at end of file