[Chore/#3] modify project name icon setting#4
Merged
Conversation
- `rootProject.name`을 "Focpet"에서 "Kindl"로 변경하고, 앱의 네임스페이스 및 `applicationId`를 `com.kindl`로 수정하였습니다. - 기존 `com.focpet` 패키지 경로의 소스 코드(`FocpetApplication.kt`, `CoilModule.kt`)를 `com.kindl` 패키지로 이동 및 이름을 변경하였습니다. - `libs.versions.toml` 내의 컨벤션 플러그인 ID를 `focpet.*`에서 `kindl.*` 형식으로 일괄 업데이트하였습니다. - `AndroidManifest.xml`, `strings.xml`, `themes.xml` 등 리소스 파일 내의 앱 이름 및 테마 설정을 "Kindl"로 변경하였습니다. - 불필요한 예제 테스트 파일(`ExampleInstrumentedTest.kt`, `ExampleUnitTest.kt`)을 삭제하였습니다. - `app` 모듈의 의존성에 `core:network` 프로젝트를 추가하였습니다. - `.idea/icon.svg` 아이콘 파일을 신규 추가하였습니다.
- 모든 모듈의 패키지 경로를 `com.focpet`에서 `com.kindl`로 리팩토링하였습니다. - `build-logic` 내의 프로젝트 네임스페이스 설정 및 컨벤션 플러그인 ID를 `kindl.*` 형식으로 변경하였습니다. - `core:designsystem`의 기본 테마 이름을 `FocpetTheme`에서 `KindlTheme`로 변경하였습니다. - `presentation:main` 모듈의 불필요한 ProGuard 설정 파일(`proguard-rules.pro`, `consumer-rules.pro`)을 삭제하였습니다. - `core:common` 및 `core:network` 등 각 모듈 내 클래스들의 import 경로를 변경된 패키지에 맞춰 수정하였습니다. - `core:network` 모듈의 `NetworkModule`에서 `BuildConfig` 참조를 올바른 패키지로 수정하였습니다.
This file contains hidden or 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
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.
ISSUE
❗ WORK DESCRIPTION