-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
61 lines (49 loc) · 2.13 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
ext.versions = [
// Properties
minSdkVersion : 21,
targetSdkVersion : 28,
compileSdkVersion : 28,
publishVersionName : '1.0.0',
publishVersionCode : 1,
//tests
junit : '4.12',
testRunner : '1.2.0',
coreTestingVersion : '2.0.0',
coroutinesCore : '1.2.1',
coroutinesTest : '1.3.2',
truthTest : '1.0.1',
hamcrestVersion : '1.3',
dexMakerVersion : '2.12.1',
espressoVersion : '3.2.0-beta01',
androidXTestExtKotlinRunnerVersion: '1.1.1',
//mockito
mockitoVersion : "2.25.0",
mockitoAllVersion : "1.10.19",
// Plugins
gradlePlugin : '3.3.2',
fabricPlugin : '1.+',
spotlessPlugin : '3.23.1',
// Kotlin
kotlin : '1.3.40',
coroutines : '1.2.1',
// AndroidX
androidxCore : '1.0.1',
androidxRecyclerView : '1.0.0',
androidxMaterial : '1.0.0',
androidxBrowser : '1.0.0',
constraintLayout : '1.1.3',
lifecycle : '2.1.0-alpha01',
navigation : '1.0.0',
//dagger
dagger : '2.21',
glassfish : '10.0-b28',
materialDialogs : '3.0.0-rc1',
timber : '4.7.1',
//Network
retrofit : "2.6.0",
okhttp : "4.0.1",
//room
room : "2.0.0",
//work manager
work : "1.0.0-alpha11"
]