-
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
my page 모듈 및 네비게이션 세팅 #202
Conversation
…5 (playlist 모듈 생성과 conflict 해결 후 merge) # Conflicts: # android/app/build.gradle.kts # android/app/src/main/res/menu/bottom_navigation_items.xml # android/app/src/main/res/navigation/catchytape_navigation.xml # android/settings.gradle.kts
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.
고생하셨어요!
buildFeatures { | ||
buildConfig = true | ||
} |
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.
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.
반영하였습니다~
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! 👍
android:label="mypage" | ||
tools:layout="@layout/fragment_my_page"> | ||
|
||
<deepLink app:uri="android-app://com.ohdodok.catchytape/my_page_fragment" /> |
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
Merge remote-tracking branch 'origin/develop' into android/feature/185 ...
입니다Screenshot