forked from criticalmaps/criticalmaps-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
53 lines (51 loc) · 2.77 KB
/
libs.versions.toml
File metadata and controls
53 lines (51 loc) · 2.77 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
[versions]
otto = "1.3.8"
mapLibre = "12.3.1"
#noinspection NewerVersionAvailable
picasso = "2.8"
timber = "5.0.1"
okhttp = "5.3.2"
typedPreferences = "2.1.0"
material = "1.13.0"
core = "1.18.0"
appcompat = "1.7.1"
annotation = "1.9.1"
exifinterface = "1.4.2"
constraintLayout = "2.2.1"
dagger = "2.57.2"
leakcanary = "2.14"
junit = "4.13.2"
truth = "1.4.5"
mockito = "5.21.0"
junitVersion = "1.3.0"
androidTest = "1.7.0"
espressoCore = "3.7.0"
agp = "8.13.2"
unmock = "0.9.0"
[libraries]
otto = { group = "com.squareup", name = "otto", version.ref = "otto" }
maplibre = { group = "org.maplibre.gl", name = "android-sdk", version.ref = "mapLibre" }
picasso = { group = "com.squareup.picasso", name = "picasso", version.ref = "picasso" }
timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
typed-preferences = { group = "info.metadude.android", name = "typed-preferences", version.ref = "typedPreferences" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
androidx-core = { group = "androidx.core", name = "core", version.ref = "core" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterface", version.ref = "exifinterface" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintLayout" }
dagger = { group = "com.google.dagger", name = "dagger", version.ref = "dagger" }
dagger-compiler = { group = "com.google.dagger", name = "dagger-compiler", version.ref = "dagger" }
leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "leakcanary" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
com-google-truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
org-mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-test-core = { group = "androidx.test", name = "core", version.ref = "androidTest" }
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidTest" }
androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "androidTest" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
unmock = {id = "de.mobilej.unmock", version.ref= "unmock"}