-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
84 lines (83 loc) · 2.71 KB
/
dependencies.gradle
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
ext {
versions = [
"compileSdk": 33,
"gradle": '7.4.2',
"kotlin": "1.8.20",
"minSdk": 26,
"targetSdk": 33,
"androidx": [
"annotation": "1.6.0",
"appcompat": "1.6.1",
"constraints": "2.1.4",
"core": "1.3.0",
"ktx": [
"activity": "1.6.1",
"core": "1.9.0",
"fragment": "1.5.5",
"viewmodel": "2.6.0",
"livedata": "2.6.0"
],
"lifecycle": [
"extensions": "2.2.0",
"process": "2.6.0",
"java8": "2.4.0"
],
"recyclerview": "1.1.0",
"test": [
"junit": "1.1.5",
"espresso": "3.5.1",
"runner": "1.5.2",
"core": "2.2.0",
"work": "2.8.0"
],
"work": "2.8.0",
],
"coroutines": [
"reactive": "1.6.4",
"android": "1.6.4",
"core": "1.6.4",
"test": "1.6.4"
],
"dokka": "1.8.20",
"dagger": "2.45",
"glide": "4.15.1",
"google": [
"services": "4.3.10",
"oss": "17.0.1",
"material": "1.8.0",
"firebase": [
"core": "21.1.1",
"messaging": "23.1.2",
"appdistribution": "4.0.0"
]
],
jacoco: "0.8.7",
"mockito": [
"mockito": "5.2.0",
"kotlin": "4.1.0"
],
"mockk": "1.13.4",
"rx2": [
"java": "2.2.19",
"android": "2.1.1"
],
sonar: "2.7.1",
"square": [
"retrofit2": [
"retrofit": "2.9.0",
"rxjava": "2.9.0",
],
"okhttp3": [
"logging": "4.10.0"
]
],
"flipper": "0.192.0",
"soloader" : "0.10.5",
"leakcanary" : "2.10",
"jwtDecode": "2.0.2",
"test": [
"junit": "4.13.2",
"junit_params": "1.1.1"
],
]
}