-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
65 lines (48 loc) · 2.88 KB
/
Copy pathlibs.versions.toml
File metadata and controls
65 lines (48 loc) · 2.88 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
[versions]
lightweightcharts-code = "16"
lightweightcharts = "5.2.0"
sdk-min = "23"
sdk-compile = "36"
android-gradle = "9.2.1"
kotlin = "2.2.21"
google-services = "4.4.4"
firebase-crashlytics = "3.0.6"
arturbosch-detekt = "1.23.8"
firebase-bom = "34.5.0"
appcompat = "1.7.1"
core-ktx = "1.17.0"
constraintlayout = "2.2.1"
material = "1.13.0"
coroutines = "1.10.2"
lifecycle = "2.9.4"
permissionsdispatcher = "4.9.2"
webkit = "1.14.0"
gson = "2.13.2"
junit = "4.13.2"
[libraries]
tradingview-lightweightcharts = { module = "com.tradingview:lightweightcharts", version.ref = "lightweightcharts" }
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
androidx-material = { module = "com.google.android.material:material", version.ref = "material" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
permissionsdispatcher = { module = "com.github.permissions-dispatcher:permissionsdispatcher", version.ref = "permissionsdispatcher" }
permissionsdispatcher-processor = { module = "com.github.permissions-dispatcher:permissionsdispatcher-processor", version.ref = "permissionsdispatcher" }
androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
junit = { module = "junit:junit", version.ref = "junit" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "arturbosch-detekt" }
[plugins]
android = { id = "com.android.application", version.ref = "android-gradle" }
android-library = { id = "com.android.library", version.ref = "android-gradle" }
android-builtin-kotlin = { id = "com.android.built-in-kotlin", version.ref = "android-gradle" }
android-legacy-kapt = { id = "com.android.legacy-kapt", version.ref = "android-gradle" }
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebase-crashlytics" }
maven-publish = { id = "maven-publish" }
arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "arturbosch-detekt" }