-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Android Firbase App 배포 자동화 #135
Conversation
versionCode = 1 | ||
versionName = "1.0.0" | ||
versionName = "0.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
versionCode가 동일하면 다운로드가 안 될 수도 있어
https://gist.github.com/michaelbel/d6a10d13e8e3e842e56965da0e8005dc
이런 코드 사용하면 versionCode를 커밋 개수로 자동으로 넣어줄 수 있는데, 수동으로 버전업하기 귀찮으면 이런 코드 사용해볼 수 있을 듯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
versionCode를 왜 커밋 갯수로 하징??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
멋진 코드네요
고생했어!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~
Issue
Overview
https://github.com/marketplace/actions/firebase-app-distribution
Screenshot
개인 레포에서 테스트 후 스크린샷 입니당

