-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibs.version.toml
145 lines (127 loc) · 7.94 KB
/
libs.version.toml
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
[versions]
compileSdk = "33"
minSdk = "26"
targetSdk = "33"
appVersion = "1.0.0"
versionCode = "10000"
gradleplugin = "7.4.2"
kotlin = "1.8.10"
kotlinx-serialization = "1.5.0"
kotlinx-serialization-converter = "0.8.0"
kotlinx-datetime = "0.4.0"
kotlinx-coroutines = "1.6.4"
androidx-core = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-activity = "1.7.0"
androidx-fragment = "1.5.6"
androidx-lifecycle = "2.6.1"
androidx-contstraintlayout = "2.1.4"
androidx-paging = "3.1.1"
androidx-datastore = "1.0.0"
androidx-security = "1.0.0"
androidx-splash = "1.0.0"
androidx-test-junit = "1.1.5"
androidx-test-espresso = "3.5.1"
androidx-navigation = "2.5.3"
androidx-camerax = "1.2.1"
google-services-plugin = "4.3.15"
google-crashlytics-plguin = "2.9.4"
google-protobuf-plugin = "0.9.3"
google-firebase = "31.4.0"
google-material = "1.8.0"
google-protobuf = "3.23.0"
square-javapoet = "1.13.0"
retrofit = "2.9.0"
okhttp = "4.10.0"
timber = "5.0.1"
kakao = "2.14.0"
glide = "4.15.1"
lottie = "6.0.0"
processphoenix = "2.1.2"
progress-view = "1.1.3"
systemUiController = "1.0.1"
junit = "4.13.2"
hilt = "2.45"
[libraries]
android-build = { module = "com.android.tools.build:gradle", version.ref = "gradleplugin" }
kotlin-gradle = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
hilt-gradle = { group = "com.google.dagger", name = "hilt-android-gradle-plugin", version.ref = "hilt" }
square-javapoet = { group = "com.squareup", name = "javapoet", version.ref = "square-javapoet" }
nav-safeargs = { module = "androidx.navigation:navigation-safe-args-gradle-plugin", version.ref="androidx-navigation"}
kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
kotlin-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
kotlin-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinx-datetime" }
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-security = { module = "androidx.security:security-crypto", version.ref = "androidx-security" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-contstraintlayout" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-paging = { module = "androidx.paging:paging-runtime", version.ref = "androidx-paging" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore"}
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "androidx-datastore"}
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "androidx-fragment" }
androidx-splash = { module = "androidx.core:core-splashscreen", version.ref = "androidx-splash" }
androidx-nav-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "androidx-navigation"}
androidx-nav-ui = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "androidx-navigation"}
androidx-nav-feature = { module = "androidx.navigation:navigation-dynamic-features-fragment", version.ref="androidx-navigation"}
androidx-camerax-view = { module = "androidx.camera:camera-view", version.ref="androidx-camerax"}
androidx-camerax-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref="androidx-camerax"}
androidx-camerax-extensions = { module = "androidx.camera:camera-extensions", version.ref="androidx-camerax"}
material = { module = "com.google.android.material:material", version.ref = "google-material" }
junit = { module = "junit:junit", version.ref = "junit" }
androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-junit" }
androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp" }
okhttp = { module = "com.squareup.okhttp3:okhttp" }
okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor" }
crashlytics-plugin = { module = "com.google.firebase:firebase-crashlytics-gradle", version.ref = "google-crashlytics-plguin" }
firebase = { module = "com.google.firebase:firebase-bom", version.ref = "google-firebase" }
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit-kotlin-serialization-converter = { group = "com.jakewharton.retrofit", name = "retrofit2-kotlinx-serialization-converter", version.ref = "kotlinx-serialization-converter" }
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "google-protobuf" }
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "google-protobuf" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
hilt = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
hilt-kapt = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
hilt-plugin = { group = "com.google.dagger", name = "hilt-android-gradle-plugin", version.ref = "hilt" }
kakao-login = { module = "com.kakao.sdk:v2-user", version.ref = "kakao" }
kakao-share = { module = "com.kakao.sdk:v2-share", version.ref = "kakao" }
processphoenix = { module = "com.jakewharton:process-phoenix", version.ref = "processphoenix" }
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide"}
progressView = { module = "com.github.skydoves:progressview", version.ref = "progress-view"}
lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
systemUiController = { module = "land.sungbin:systemuicontroller", version.ref = "systemUiController" }
[bundles]
kotlin = ["kotlin", "kotlin-coroutines", "kotlin-serialization-json", "kotlin-datetime"]
androidx = [
"androidx-appcompat",
"androidx-constraintlayout",
"androidx-core",
"androidx-lifecycle-viewmodel",
"androidx-fragment",
"androidx-lifecycle-runtime",
"androidx-nav-fragment",
"androidx-nav-ui",
"androidx-nav-fragment"
]
datastore = ["androidx-datastore", "androidx-datastore-preferences", "protobuf-kotlin-lite"]
camerax = ["androidx-camerax-view", "androidx-camerax-lifecycle", "androidx-camerax-extensions"]
okhttp = ["okhttp", "okhttp-logging-interceptor"]
retrofit = ["retrofit", "retrofit-kotlin-serialization-converter"]
firebase = ["firebase", "firebase", "firebase-crashlytics", "firebase-analytics"]
[plugins]
android-application = { id = "com.android.application", version.ref = "gradleplugin" }
android-library = { id = "com.android.library", version.ref = "gradleplugin" }
androidx-navigation-safeargs= { id = "androidx.navigation.safeargs", version.ref = "androidx-navigation"}
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
google-protobuf = { id = "com.google.protobuf", version.ref = "google-protobuf-plugin" }
google-services = { id = "com.google.gms.google-services", version.ref = "google-services-plugin" }
google-firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "google-crashlytics-plguin" }
dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }