Skip to content

Commit e14a0ee

Browse files
committed
[BOOK-129] chore: update oss_licenses.json
1 parent 7a737b9 commit e14a0ee

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

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

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
"license": "Apache License 2.0",
2020
"url": "https://dagger.dev/hilt/"
2121
},
22-
{
23-
"name": "Kakao SDK",
24-
"license": "Apache License 2.0",
25-
"url": "https://developers.kakao.com/sdk/reference/android"
26-
},
2722
{
2823
"name": "Logger",
2924
"license": "Apache License 2.0",
@@ -38,5 +33,25 @@
3833
"name": "Retrofit",
3934
"license": "Apache License 2.0",
4035
"url": "https://square.github.io/retrofit/"
36+
},
37+
{
38+
"name": "OkHttp Logging Interceptor",
39+
"license": "Apache License 2.0",
40+
"url": "https://square.github.io/okhttp/"
41+
},
42+
{
43+
"name": "Coil",
44+
"license": "Apache License 2.0",
45+
"url": "https://github.com/coil-kt/coil"
46+
},
47+
{
48+
"name": "Detekt",
49+
"license": "Apache License 2.0",
50+
"url": "https://github.com/detekt/detekt"
51+
},
52+
{
53+
"name": "ktlint",
54+
"license": "MIT License",
55+
"url": "https://github.com/pinterest/ktlint"
4156
}
4257
]

0 commit comments

Comments
 (0)