-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
155 lines (149 loc) · 10.1 KB
/
libs.versions.toml
File metadata and controls
155 lines (149 loc) · 10.1 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
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
146
147
148
149
150
151
152
153
154
155
[versions]
accompanistNavigationAnimation = "0.34.0"
activityCompose = "1.9.1"
androidMaterial = "1.12.0"
androidMaterial3 = "1.2.1"
androidMaterial3Adaptive = "1.0.0-beta04"
androidMaterial3AdaptiveNavigation = "1.0.0-alpha07"
androidRecyclerview = "1.3.2"
androidGradlePlugin = "8.10.0"
androidxHiltNavigation = "1.2.0"
androidxBenchmarkJunit4 = "1.2.4"
androidxRecyclerviewSelection = "1.1.0"
androidxTestEspressoCore = "3.6.1"
androidxTestJunit = "1.2.1"
androidxTestUiAutomator = "2.3.0"
androidxUiTooling = "1.6.8"
animation = "1.6.8"
appcompat = "1.7.0"
baselineProfile = "1.2.4"
browser = "1.8.0"
coilCompose = "2.7.0"
chuckerVersion = "4.0.0"
constraintlayout = "2.1.4"
composeDestinations = "2.1.0-beta11"
daggerHilt = "2.52"
datastorePreferences = "1.1.1"
firebaseAnalyticsKtx = "22.0.2"
firebaseCore = "21.1.1"
firebaseCrashlytics = "19.0.3"
firebaseCrashlyticsPlugin = "18.3.7"
firebaseCrashlyticsGradle = "3.0.2"
firebasePerf = "21.0.1"
firebasePerfGradlePlugin = "1.4.2"
flexbox = "3.0.0"
glide = "4.16.0"
gmsPlugin = "4.4.2"
hiltAndroidCompiler = "2.52"
hiltCompiler = "1.2.0"
hiltAndroidTesting = "2.52"
hiltWork = "1.2.0"
jsoup = "1.18.1"
junit = "4.13.2"
ktlint = "12.1.1"
kotlin = "2.0.10"
kotlinxCoroutinesAndroid = "1.8.1"
ksp = "2.0.10-1.0.24"
ktx = "1.13.1"
leakcanaryAndroid = "2.14"
legacySupportV4 = "1.0.0"
lifecycleViewmodelCompose = "2.8.4"
okhttp = "5.0.0-alpha.14"
materialIconsExtended = "1.6.8"
moshi = "1.15.1"
pagingRuntimeKtx = "3.3.2"
preferenceKtx = "1.2.1"
profileinstaller = "1.3.1"
retrofit = "2.11.0"
retrofit2KotlinCoroutinesAdapter = "0.9.2"
room = "2.6.1"
runtimeLivedata = "1.6.8"
testHarness = "0.34.0"
timber = "5.0.1"
uiTestManifest = "1.6.8"
workRuntimeKtx = "2.9.1"
workTesting = "2.9.1"
[libraries]
accompanist-navigation-animation = { module = "com.google.accompanist:accompanist-navigation-animation", version.ref = "accompanistNavigationAnimation" }
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
android-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
android-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidxHiltNavigation" }
android-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hiltWork" }
android-hilt-work-compiler = { group = "androidx.hilt", name = "hilt-compiler", version.ref = "hiltCompiler" }
android-material = { group = "com.google.android.material", name = "material", version.ref = "androidMaterial" }
android-material3 = { module = "androidx.compose.material3:material3", version.ref = "androidMaterial3" }
android-material3-adaptive-layout = { module = "androidx.compose.material3.adaptive:adaptive-layout", version.ref = "androidMaterial3Adaptive" }
android-material3-adaptive-navigation-suite = { module = "androidx.compose.material3:material3-adaptive-navigation-suite", version.ref = "androidMaterial3AdaptiveNavigation" }
android-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidRecyclerview" }
androidx-benchmark-macrobenchmark-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "androidxBenchmarkJunit4" }
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidxTestEspressoCore" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidxTestJunit" }
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androidxTestUiAutomator" }
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidxUiTooling" }
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "uiTestManifest" }
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidxUiTooling" }
androidx-work-testing = { module = "androidx.work:work-testing", version.ref = "workTesting" }
animation = { module = "androidx.compose.animation:animation", version.ref = "animation" }
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
browser = { module = "androidx.browser:browser", version.ref = "browser" }
glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" }
chucker-debug = { module = "com.github.chuckerteam.chucker:library", version.ref ="chuckerVersion" }
chucker-release = { module = "com.github.chuckerteam.chucker:library-no-op", version.ref ="chuckerVersion" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
compose-destinations-core = { module = "io.github.raamcosta.compose-destinations:core", version.ref = "composeDestinations" }
compose-destinations-compiler = { module = "io.github.raamcosta.compose-destinations:ksp", version.ref = "composeDestinations" }
datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
firebase-analytics-ktx = { module = "com.google.firebase:firebase-analytics-ktx", version.ref = "firebaseAnalyticsKtx" }
firebase-core = { module = "com.google.firebase:firebase-core", version.ref = "firebaseCore" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics", version.ref = "firebaseCrashlytics" }
firebase-perf = { module = "com.google.firebase:firebase-perf", version.ref = "firebasePerf" }
flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "daggerHilt" }
dagger-hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "daggerHilt" }
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroidCompiler" }
hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hiltAndroidTesting" }
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
junit = { module = "junit:junit", version.ref = "junit" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesAndroid" }
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanaryAndroid" }
legacy-support-v4 = { module = "androidx.legacy:legacy-support-v4", version.ref = "legacySupportV4" }
lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycleViewmodelCompose" }
lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleViewmodelCompose" }
lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleViewmodelCompose" }
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelCompose" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
material3-window-size-classes = { module = "androidx.compose.material3:material3-window-size-class", version.ref = "androidMaterial3" }
paging-runtime-ktx = { module = "androidx.paging:paging-runtime-ktx", version.ref = "pagingRuntimeKtx" }
preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "profileinstaller" }
recyclerview-selection = { module = "androidx.recyclerview:recyclerview-selection", version.ref = "androidxRecyclerviewSelection" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit2-kotlin-coroutines-adapter = { module = "com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter", version.ref = "retrofit2KotlinCoroutinesAdapter" }
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "runtimeLivedata" }
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
test-harness = { module = "com.google.accompanist:accompanist-testharness", version.ref = "testHarness" }
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
firebase-crashlytics-gradle = { id = "com.google.firebase.crashlytics", version.ref = "firebaseCrashlyticsGradle" }
firebase-perf-gradle = { id = "com.google.firebase.firebase-perf", version.ref = "firebasePerfGradlePlugin" }
gms = { id = "com.google.gms.google-services", version.ref = "gmsPlugin" }
hilt-gradle = { id = "com.google.dagger.hilt.android", version.ref = "daggerHilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
baseline-profiles = { id = "androidx.baselineprofile", version.ref = "baselineProfile" }