We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastlane을 사용하여 Flutter로 개발한 앱을 배포하는 방법에 대해서 알아보도록 하겠습니다.
https://deku.posstree.com/ko/flutter/fastlane/
The text was updated successfully, but these errors were encountered:
안드로이드 버전코드를 자동으로 올려주는 플러그인이 있다고 해서 댓글 남겨봅니다.
https://www.runway.team/blog/how-to-build-the-perfect-fastlane-pipeline-for-android 이 블로그를 참고해 increment_version_code 라는 fastlane plugin을 설치했다.
fastlane add_plugin increment_version_code FastFile에 버전을 하나 증가시키는 코드를 빌드하는 라인 전에 추가한다.
fastlane add_plugin increment_version_code
increment_version_code( gradle_file_path: "./app/build.gradle", )
출처: https://velog.io/@burndown/Fastlane-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EB%B0%B0%ED%8F%AC
Sorry, something went wrong.
@DrumRobot 안녕하세요. 좋은 정보 공유해주셔서 감사합니다. 🙇
블로그 훑어보았는데, 안드로이드만 적용이 되는건가요? iOS에서도 사용이 가능한 플러그인일까요? 🤔
혹시 아신다면 이 부분도 공유해주시면 정말 큰 도움이 될거 같습니다. 🙏
No branches or pull requests
[Flutter] Fastlane을 사용하여 배포 자동화하기 - Fastlane을 사용하여 Flutter로 개발한 앱을 배포하는 방법에 대해서 알아보도록 하겠습니다.
Fastlane을 사용하여 Flutter로 개발한 앱을 배포하는 방법에 대해서 알아보도록 하겠습니다.
https://deku.posstree.com/ko/flutter/fastlane/
The text was updated successfully, but these errors were encountered: