Skip to content

Commit

Permalink
automatic increment of version code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panosfunk committed Sep 2, 2024
1 parent 0627719 commit 0032c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0032c8c

Please sign in to comment.