Skip to content
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

#1 [chore] 프로젝트 기초 세팅 변경 #6

Merged
merged 2 commits into from
May 25, 2023
Merged

Conversation

leeeha
Copy link
Member

@leeeha leeeha commented May 24, 2023

관련 이슈

작업한 내용

  • 프로젝트 및 모듈 단위의 build.gradle -> 최신 버전으로 업데이트
  • 서버 base url 버전 관리하지 않도록 (local.properties)
  • 서버 통신을 위한 기본 패키지 설정 (data, api, service, model 등)
  • 바인딩 액티비티, 프래그먼트 라이프사이클 Owner 설정

PR 포인트

image

image

  • 프로젝트 단위의 build.gradle 파일에 모든 의존성 버전을 선언하면, 모듈 단위의 build.gradle 파일에서 alt + enter 키 이용해서 최신 버전으로 업데이트 하기 어렵더라구요..! 그래서 여러 번 사용되는 lifecycleVersion, coroutineVersion만 ext에 선언하도록 변경했습니다!
  • 그래들 플러그인 버전, 코틀린 버전도 각각 7.4.2, 1.8.21로 업데이트 했어요!

leeeha added 2 commits May 25, 2023 03:33
- build.gradle 최신 버전으로 업그레이드
- 서버 base url 버전 관리하지 않도록
- 서버 통신을 위한 기본 패키지 설정
- 바인딩 액티비티, 프래그먼트 라이프사이클 Owner 설정
@leeeha leeeha added the chore 🧹 버전 코드 수정, 패키지 구조 변경, 파일 이동, 변수명 변경, reformat 등 label May 24, 2023
@leeeha leeeha added this to the 기초 세팅 🌱 milestone May 24, 2023
@leeeha leeeha requested review from jooyyoo and hajeong67 May 24, 2023 18:52
@leeeha leeeha self-assigned this May 24, 2023
Copy link

@hajeong67 hajeong67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했어요! 감사합니다

@jooyyoo
Copy link
Member

jooyyoo commented May 25, 2023

감삼다!

@leeeha leeeha merged commit 72f9813 into develop May 25, 2023
@leeeha leeeha linked an issue May 26, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 🧹 버전 코드 수정, 패키지 구조 변경, 파일 이동, 변수명 변경, reformat 등
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 기초세팅
3 participants