-
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
구글 로그인 구현 및 Hilt 작업 #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bywindow
force-pushed
the
feature/implement-google-login
branch
6 times, most recently
from
July 27, 2024 15:52
926623a
to
c2f5fc5
Compare
bywindow
force-pushed
the
feature/implement-google-login
branch
from
July 27, 2024 17:16
c2f5fc5
to
1718fd4
Compare
eshc123
reviewed
Jul 28, 2024
core/model/build.gradle.kts
Outdated
} | ||
|
||
android { | ||
namespace = "com.luckyoct.model" |
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.
com.goalpanzi.mission_mate.core.model로 바꾸는게 좋을 것 같아! 패키지명도 같이!
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.
수정했어!
bywindow
force-pushed
the
feature/implement-google-login
branch
from
July 28, 2024 03:47
ef4eaef
to
2061787
Compare
eshc123
approved these changes
Jul 28, 2024
bywindow
force-pushed
the
feature/implement-google-login
branch
from
July 28, 2024 03:50
2061787
to
96f7465
Compare
bywindow
force-pushed
the
feature/implement-google-login
branch
from
July 28, 2024 03:51
96f7465
to
9aedb74
Compare
bywindow
force-pushed
the
feature/implement-google-login
branch
from
July 28, 2024 03:57
9aedb74
to
a3d2bfc
Compare
bywindow
force-pushed
the
feature/implement-google-login
branch
from
July 28, 2024 04:05
a3d2bfc
to
a3b3fba
Compare
bywindow
force-pushed
the
feature/implement-google-login
branch
from
July 28, 2024 04:17
a3b3fba
to
52a1032
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
커밋내용
Credential Identity를 이용한 구글 로그인으로 토큰을 가져오고 API와 연동합니다.
변경사항