-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoss_licenses.json
More file actions
107 lines (107 loc) · 3.03 KB
/
oss_licenses.json
File metadata and controls
107 lines (107 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"name": "Circuit",
"license": "Apache License 2.0",
"url": "https://github.com/slackhq/circuit"
},
{
"name": "Compose Effects",
"license": "Apache License 2.0",
"url": "https://github.com/skydoves/compose-effects"
},
{
"name": "Compose Stable Marker",
"license": "Apache License 2.0",
"url": "https://github.com/skydoves/compose-stable-marker"
},
{
"name": "Hilt",
"license": "Apache License 2.0",
"url": "https://dagger.dev/hilt/"
},
{
"name": "Logger",
"license": "Apache License 2.0",
"url": "https://github.com/orhanobut/logger"
},
{
"name": "OkHttp",
"license": "Apache License 2.0",
"url": "https://square.github.io/okhttp/"
},
{
"name": "Retrofit",
"license": "Apache License 2.0",
"url": "https://square.github.io/retrofit/"
},
{
"name": "OkHttp Logging Interceptor",
"license": "Apache License 2.0",
"url": "https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor"
},
{
"name": "Coil",
"license": "Apache License 2.0",
"url": "https://github.com/coil-kt/coil"
},
{
"name": "Landscapist",
"license": "Apache License 2.0",
"url": "https://github.com/skydoves/landscapist"
},
{
"name": "Google Analytics",
"license": "Apache License 2.0",
"url": "https://firebase.google.com/docs/analytics"
},
{
"name": "Firebase Crashlytics",
"license": "Apache License 2.0",
"url": "https://firebase.google.com/docs/crashlytics"
},
{
"name": "ML Kit Text Recognition",
"license": "Apache License 2.0",
"url": "https://developers.google.com/ml-kit/vision/text-recognition"
},
{
"name": "Compose System UI Controller",
"license": "MIT License",
"url": "https://github.com/taehwandev/ComposeExtensions"
},
{
"name": "Compose Keyboard State",
"license": "MIT License",
"url": "https://github.com/taehwandev/ComposeExtensions"
},
{
"name": "Lottie Compose",
"license": "Apache License 2.0",
"url": "https://github.com/airbnb/lottie-android"
},
{
"name": "Kakao SDK",
"license": "Apache License 2.0",
"url": "https://developers.kakao.com/docs/latest/ko/android/getting-started"
},
{
"name": "Kotlinx Collections Immutable",
"license": "Apache License 2.0",
"url": "https://github.com/Kotlin/kotlinx.collections.immutable"
},
{
"name": "Compose Shadow",
"license": "MIT License",
"url": "https://github.com/adamglin0/compose-shadow"
},
{
"name": "Detekt",
"license": "Apache License 2.0",
"url": "https://github.com/detekt/detekt"
},
{
"name": "ktlint",
"license": "MIT License",
"url": "https://github.com/pinterest/ktlint"
}
]