-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat] network 기초 세팅, RetrofitModule, ServiceModule 구현 #25
Conversation
b8817c1
to
d1b8708
Compare
d1b8708
to
c356314
Compare
55c8947
to
5680ffe
Compare
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.
Trouble Shooting
getByName("release") { | ||
buildConfigField( | ||
"String", | ||
"FUNCH_DEBUG_BASE_URL", | ||
properties.getProperty("FUNCH_DEBUG_BASE_URL"), | ||
) | ||
} |
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.
release 버전도 buildConfig 설정 해줘야함
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.
CI 오류 해결을 위해 설정 👍
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.
LGTM👍👍
getByName("release") { | ||
buildConfigField( | ||
"String", | ||
"FUNCH_DEBUG_BASE_URL", | ||
properties.getProperty("FUNCH_DEBUG_BASE_URL"), | ||
) | ||
} |
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.
CI 오류 해결을 위해 설정 👍
b5d0380
to
c6b17da
Compare
관련 이슈
컨벤션 정한거
dto
json Parser