summaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
blob: 0bb32ba3b418402c82be42cca03b0b165092b7d0 (plain)
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
[versions]

koin = "3.2.0"
kotlinx-coroutines = "1.6.1"
kotlin = "1.6.10"
androidx-navigation = "2.5.3"
androidx-test = "1.3.0"
androidx-lifecycle = "2.5.0"
androidx-room = "2.3.0"
orbotservice = "orbot-16.6.3-2"
retrofit = "2.9.0"
pcap4j = "1.8.2"

[libraries]

androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.4.2" }
androidx-arch-core-testing = {group = "androidx.arch.core", name = "core-testing",  version = "2.1.0" }
androidx-collection = { group = "androidx.collection", name = "collection-ktx", version = "1.1.0" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.8.0" }
androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version = "1.5.0" }
androidx-lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-localbroadcast = { group = "androidx.localbroadcastmanager", name = "localbroadcastmanager", version  = "1.0.0" }
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "androidx-navigation" }
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "androidx-navigation" }
androidx-palette = { group = "androidx.palette",  name = "palette", version = "1.0.0" }
androidx-room-common = { group = "androidx.room", name = "room-common", version.ref = "androidx-room" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "androidx-room" }
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "androidx-room" }
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "androidx-room" }
androidx-viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version = "1.0.0" }
androidx-work-ktx = { group = "androidx.work", name = "work-runtime-ktx", version = "2.7.1" }
eos-elib = { group = "foundation.e", name = "elib", version = "0.0.1-alpha11" }
eos-orbotservice = { group = "foundation.e", name = "orbotservice", version.ref = "orbotservice" }
eos-telemetry = { group = "foundation.e.lib", name = "telemetry", version = "0.0.8-alpha" }
google-material = { group = "com.google.android.material", name = "material", version = "1.6.1" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.10.1" }
junit = { group = "junit", name = "junit", version = "4.13.1" }
koin-core = { group = "io.insert-koin", name = "koin-core", version.ref = "koin" }
koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" }
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version = "2.9.1" }
maplibre = { group = "org.maplibre.gl", name = "android-sdk", version = "10.2.0" }
mockk = { group = "io.mockk",  name = "mockk", version = "1.10.5" }
mpandroidcharts = { group = "com.github.PhilJay", name = "MPAndroidChart", version = "v3.1.0" }
pcap4j = { group = "org.pcap4j", name = "pcap4j-core", version.ref = "pcap4j" }
pcap4j-packetfactory-static = { group = "org.pcap4j", name = "pcap4j-packetfactory-static", version.ref = "pcap4j" }
retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
retrofit-scalars = { group = "com.squareup.retrofit2", name = "converter-scalars", version.ref = "retrofit" }
timber = { group = "com.jakewharton.timber", name = "timber",  version = "5.0.1" }

[bundles]

koin = ["koin-core", "koin-android"]
kotlin-android-coroutines = ["androidx-core-ktx", "kotlinx-coroutines"]
pcap4j = ["pcap4j", "pcap4j-packetfactory-static"]
[plugins]

android-application = { id = "com.android.application", version = "7.2.1" }
android-library = { id = "com.android.library", version = "7.2.1" }
androidx-navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "androidx-navigation" }
benmanes-versions = { id = "com.github.ben-manes.versions", version = "0.38.0" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref =  "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
spotless = { id = "com.diffplug.spotless", version = "5.12.4" }