-
Notifications
You must be signed in to change notification settings - Fork 6
/
dependencies.gradle
executable file
·63 lines (51 loc) · 1.65 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
ext.versions = [
// Properties
minSdkVersion : 21,
targetSdkVersion : 28,
compileSdkVersion : 28,
publishVersionName : '1.0.0',
publishVersionCode : 1,
//tests
junit : '4.12',
testRunner : '1.2.0',
espressoCore : '3.2.0',
// Plugins
gradlePlugin : '3.3.2',
fabricPlugin : '1.+',
spotlessPlugin : '3.23.1',
googleServices : '4.3.2',
fabric : '1.31.1',
// Kotlin
kotlin : '1.3.40',
coroutines : '1.1.0',
// 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',
//Network
retrofit : "2.6.0",
okhttp : "4.0.1",
//room
room : "2.0.0",
//work manager
work : "1.0.0-alpha11",
//firebase
analytics : '17.2.0',
auth : '19.1.0',
crashlytics : '2.10.1',
messaging : '20.1.0',
//maps
maps : '17.0.0',
places : '2.1.0',
//misc
materialDialogs : '3.1.1',
timber : '4.7.1',
shimmer : '0.5.0'
]