Skip to content

Commit 12cd888

Browse files
committed
[BOOK-260] chore: update oss_licenses.json
사용하지 않는 라이브러리 의존성 제거
1 parent b1645f8 commit 12cd888

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

feature/settings/src/main/assets/oss_licenses.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,56 @@
4444
"license": "Apache License 2.0",
4545
"url": "https://github.com/coil-kt/coil"
4646
},
47+
{
48+
"name": "Landscapist",
49+
"license": "Apache License 2.0",
50+
"url": "https://github.com/skydoves/landscapist"
51+
},
52+
{
53+
"name": "Google Analytics",
54+
"license": "Apache License 2.0",
55+
"url": "https://firebase.google.com/docs/analytics"
56+
},
57+
{
58+
"name": "Firebase Crashlytics",
59+
"license": "Apache License 2.0",
60+
"url": "https://firebase.google.com/docs/crashlytics"
61+
},
62+
{
63+
"name": "ML Kit Text Recognition",
64+
"license": "Apache License 2.0",
65+
"url": "https://developers.google.com/ml-kit/vision/text-recognition"
66+
},
67+
{
68+
"name": "Compose System UI Controller",
69+
"license": "MIT License",
70+
"url": "https://github.com/taehwandev/ComposeExtensions"
71+
},
72+
{
73+
"name": "Compose Keyboard State",
74+
"license": "MIT License",
75+
"url": "https://github.com/taehwandev/ComposeExtensions"
76+
},
77+
{
78+
"name": "Lottie Compose",
79+
"license": "Apache License 2.0",
80+
"url": "https://github.com/airbnb/lottie-android"
81+
},
82+
{
83+
"name": "Kakao SDK",
84+
"license": "Apache License 2.0",
85+
"url": "https://developers.kakao.com/docs/latest/ko/android/getting-started"
86+
},
87+
{
88+
"name": "Kotlinx Collections Immutable",
89+
"license": "Apache License 2.0",
90+
"url": "https://github.com/Kotlin/kotlinx.collections.immutable"
91+
},
92+
{
93+
"name": "Compose Shadow",
94+
"license": "MIT license",
95+
"url": "https://github.com/adamglin0/compose-shadow"
96+
},
4797
{
4898
"name": "Detekt",
4999
"license": "Apache License 2.0",

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ landscapist-placeholder = { group = "com.github.skydoves", name = "landscapist-p
123123
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
124124
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
125125
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization-json" }
126-
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinx-datetime" }
127126
kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "kotlinx-collections-immutable" }
128127

129128
circuit-foundation = { group = "com.slack.circuit", name = "circuit-foundation", version.ref = "circuit" }

0 commit comments

Comments
 (0)