From 0032c8ce8fa742a73a86befcc4615ded678d82ef Mon Sep 17 00:00:00 2001 From: Panagiotis Giannoutsos <36935711+Panosfunk@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:28:03 +0200 Subject: [PATCH] automatic increment of version code. --- android/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 1d25364e..6d7f4e52 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -52,7 +52,7 @@ platform :android do else UI.user_error!("Version string format is incorrect") end - File.open(pubspec_path, 'w') { |f| f.write(pubspec_content.to_yaml) } + File.open('../..pubspect.yaml', 'w') { |f| f.write(pubspec_content.to_yaml) } sh "flutter build appbundle --release --no-deferred-components --no-tree-shake-icons" upload_to_play_store(