Skip to content

Commit 477bb27

Browse files
authored
Update README.md
1 parent b08e865 commit 477bb27

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
5555
- DataStore
5656
- StartUp
5757
- Splash
58-
- Camera
58+
- CameraX
5959

6060
- Kotlin Libraries (Coroutine, Serialization, Immutable Collection)
6161
- Compose
@@ -65,7 +65,7 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
6565
- Dagger Hilt
6666
- Retrofit, OkHttp3
6767
- Coil-Compose, [Landscapist](https://github.com/skydoves/landscapist)
68-
- Google ML Kit
68+
- ~~Google ML Kit~~ Google Cloud Vision
6969
- Lottie-Compose
7070
- Firebase(Analytics, Crashlytics, Remote Config)
7171
- Kakao-Auth
@@ -106,8 +106,10 @@ Reed(리드) - 문장과 감정을 함께 담는 독서 기록 [PlayStore](https
106106
├── build-logic
107107
├── core
108108
│   ├── common
109-
│   ├── data
110-
│   ├── datastore
109+
│   ├── data-api
110+
│   ├── data-impl
111+
│   ├── datastore-api
112+
│   ├── datastore-impl
111113
│   ├── designsystem
112114
│   ├── model
113115
│   ├── network

0 commit comments

Comments
 (0)