-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
252 lines (175 loc) · 11.6 KB
/
libs.versions.toml
File metadata and controls
252 lines (175 loc) · 11.6 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
[versions]
agp = "8.12.2"
androidx-cameraView = "1.4.2"
androidx-camera = "1.4.2"
androidx-paging = "3.3.6"
androidx-room = "2.7.2"
androidx-work = "2.10.3"
androidx-security-crypto = "1.1.0-alpha07"
androidx-viewmodel = "2.8.7"
androidx-lifecycle = "2.8.7"
androidx-activity = "1.10.1"
chucker = "4.2.0"
dagger = "2.57"
kotlin = "2.2.10"
ksp = "2.2.10-2.0.2"
ktlint = "0.36.0"
lint = "31.12.0"
mobius = "2.1.1"
moshi = "1.15.2"
okhttp = "5.1.0"
retrofit = "3.0.0"
room-metadataGenerator = "2.1.0"
rx-binding = "3.1.0"
coroutines = "1.10.2"
compose-compiler = "1.5.13"
androidx-compose-bom = "2025.07.00"
composeThemeAdapter = "0.36.0"
sqlCipher = "4.10.0"
[libraries]
android-desugaring = "com.android.tools:desugar_jdk_libs:2.1.5"
androidx-annotation-annotation = "androidx.annotation:annotation:1.9.1"
# When bumping this dependency verify whether `org.simple.clinic.feature.Feature.ChangeLanguage`
# can be enabled again.
androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"
androidx-archCoreTesting = "androidx.arch.core:core-testing:2.2.0"
androidx-cardview = "androidx.cardview:cardview:1.0.0"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
androidx-core-ktx = "androidx.core:core-ktx:1.16.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.9"
androidx-preference = "androidx.preference:preference:1.2.1"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0"
androidx-viewpager2 = "androidx.viewpager2:viewpager2:1.1.0"
androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "androidx-camera" }
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "androidx-camera" }
androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "androidx-cameraView" }
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "androidx-camera" }
androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" }
androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "androidx-paging" }
androidx-paging-rx2 = { module = "androidx.paging:paging-rxjava2-ktx", version.ref = "androidx-paging" }
androidx-paging-test = { module = "androidx.paging:paging-testing", version.ref = "androidx-paging" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" }
androidx-room-rx2 = { module = "androidx.room:room-rxjava2", version.ref = "androidx-room" }
androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "androidx-room" }
androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "androidx-room" }
androidx-test-junit = "androidx.test.ext:junit:1.2.1"
androidx-test-rules = "androidx.test:rules:1.6.1"
androidx-test-runner = "androidx.test:runner:1.6.2"
androidx-work-runtime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
androidx-work-rxjava = { module = "androidx.work:work-rxjava2", version.ref = "androidx-work" }
androidx-work-gcm = { module = "androidx.work:work-gcm", version.ref = "androidx-work" }
androidx-security-crypto = { module = "androidx.security:security-crypto-ktx", version.ref = "androidx-security-crypto" }
androidx-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-viewmodel" }
androidx-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "androidx-viewmodel" }
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" }
asm = "org.ow2.asm:asm:9.8"
chucker = { module = "com.github.chuckerteam.chucker:library", version.ref = "chucker" }
chucker-no-op = { module = "com.github.chuckerteam.chucker:library-no-op", version.ref = "chucker" }
dagger-dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
edittext-masked = "com.github.egslava:edittext-mask:1.0.7"
edittext-pinentry = "com.alimuzaffar.lib:pinentryedittext:2.0.6"
faker = "com.github.blocoio:faker:2.0.4"
firebase-config = "com.google.firebase:firebase-config:23.0.0"
firebase-analytics = "com.google.firebase:firebase-analytics-ktx:22.5.0"
gson = "com.google.code.gson:gson:2.13.1"
itemanimators = "com.mikepenz:itemanimators:1.1.0"
itext7 = "com.itextpdf:itext7-core:7.2.5"
jackson-core = "com.fasterxml.jackson.core:jackson-core:2.19.2"
jbcrypt = "org.mindrot:jbcrypt:0.4"
junit = "junit:junit:4.13.2"
junitParams = "pl.pragmatists:JUnitParams:1.1.1"
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx2", version.ref = "coroutines" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14"
lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "lint" }
lint-checks = { module = "com.android.tools.lint:lint-checks", version.ref = "lint" }
lint-lint = { module = "com.android.tools.lint:lint", version.ref = "lint" }
lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "lint" }
#noinspection GradleDependency
logback-classic = "ch.qos.logback:logback-classic:1.2.11"
lottie = "com.airbnb.android:lottie-compose:6.6.7"
material = "com.google.android.material:material:1.12.0"
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:5.4.0"
mobius-android = { module = "com.spotify.mobius:mobius-android", version.ref = "mobius" }
mobius-core = { module = "com.spotify.mobius:mobius-core", version.ref = "mobius" }
mobius-extras = { module = "com.spotify.mobius:mobius-extras", version.ref = "mobius" }
mobius-rx2 = { module = "com.spotify.mobius:mobius-rx2", version.ref = "mobius" }
mobius-test = { module = "com.spotify.mobius:mobius-test", version.ref = "mobius" }
moshi-adapters = { module = "com.squareup.moshi:moshi-adapters", version.ref = "moshi" }
moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
moshi-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
okhttp-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-interceptor-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
openCsv = "com.opencsv:opencsv:5.11"
play-app-update = "com.google.android.play:app-update-ktx:2.1.0"
play-services-auth = "com.google.android.gms:play-services-auth:21.3.0"
play-services-location = "com.google.android.gms:play-services-location:21.3.0"
play-services-mlkit-barcode = "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
rootbeer = "com.scottyab:rootbeer-lib:0.1.1"
retrofit-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit-rx = { module = "com.squareup.retrofit2:adapter-rxjava2", version.ref = "retrofit" }
retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
retrofit-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }
rx-android = "io.reactivex.rxjava2:rxandroid:2.1.1"
rx-binding-appcompat = { module = "com.jakewharton.rxbinding3:rxbinding-appcompat", version.ref = "rx-binding" }
rx-binding-binding = { module = "com.jakewharton.rxbinding3:rxbinding", version.ref = "rx-binding" }
rx-binding-recyclerview = { module = "com.jakewharton.rxbinding3:rxbinding-recyclerview", version.ref = "rx-binding" }
rx-java = "io.reactivex.rxjava2:rxjava:2.2.21"
rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0"
rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1"
sentry-android = "io.sentry:sentry-android:8.20.0"
signaturepad = "com.github.gcacace:signature-pad:1.3.1"
sqlite-android = "com.github.requery:sqlite-android:3.49.0"
threeten-extra = "org.threeten:threeten-extra:1.8.0"
timber = "com.jakewharton.timber:timber:5.0.1"
rx-java-extensions = "com.github.akarnokd:rxjava3-extensions:3.1.1"
truth = "com.google.truth:truth:1.4.4"
uuid-generator = "com.fasterxml.uuid:java-uuid-generator:5.1.0"
#noinspection GradleDependency
viewpump = "io.github.inflationx:viewpump:2.0.3"
#noinspection GradleDependency
zxing = "com.google.zxing:core:3.3.3"
apache-commons-math = "org.apache.commons:commons-math3:3.6.1"
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidx-compose-material = { module = "androidx.compose.material:material" }
androidx-compose-material-iconsExtended = { module = "androidx.compose.material:material-icons-extended" }
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
androidx-compose-materialWindow = { module = "androidx.compose.material3:material3-window-size-class" }
composeThemeAdapter = { module = "com.google.accompanist:accompanist-themeadapter-material", version.ref = "composeThemeAdapter" }
composeThemeAdapterCore = { module = "com.google.accompanist:accompanist-themeadapter-core", version.ref = "composeThemeAdapter" }
androidx-compose-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
androidx-compose-test-junit = { module = "androidx.compose.ui:ui-test-junit4" }
androidx-compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
sqlCipher = { module = "net.zetetic:sqlcipher-android", version.ref = "sqlCipher" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-lint = { id = "com.android.lint", version.ref = "agp" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.3.4" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
google-services = { id = "com.google.gms.google-services", version = "4.4.3" }
sentry = { id = "io.sentry.android.gradle", version = "5.9.0" }
[bundles]
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]
androidx-paging = ["androidx-paging-common", "androidx-paging-runtime", "androidx-paging-rx2"]
androidx-room = ["androidx-room-runtime", "androidx-room-rx2", "androidx-room-paging"]
androidx-test = ["androidx-test-junit", "androidx-test-runner", "androidx-test-rules"]
androidx-work = ["androidx-work-runtime", "androidx-work-rxjava", "androidx-work-gcm"]
lint = ["lint-api", "lint-checks"]
mobius = ["mobius-android", "mobius-core", "mobius-extras", "mobius-rx2"]
moshi = ["moshi-moshi", "moshi-adapters"]
okhttp = ["okhttp-okhttp", "okhttp-interceptor-logging"]
retrofit = ["retrofit-retrofit", "retrofit-rx", "retrofit-moshi", "retrofit-scalars"]
rx-binding = ["rx-binding-appcompat", "rx-binding-binding", "rx-binding-recyclerview"]