From ea0a653c87c4a97f388c7d8a865602c013b0e613 Mon Sep 17 00:00:00 2001 From: Chathura Hettiarachchi Date: Wed, 27 Mar 2024 07:30:10 +1300 Subject: [PATCH] update fastlane file --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 55d8966..d1c51d1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -50,7 +50,7 @@ platform :android do package_name: app_identifier, track: "internal", json_key: ENV["ANDROID_JSON_KEY_FILE"] - )curl -sL firebase.tools | bash + ) updated_version_code = version_codes[0] + 1