-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
32 lines (28 loc) · 1.05 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
ext.versions = [
minSdk : "26",
targetSdk : "28",
compileSdk : "28",
buildTools : "28.0.3",
proguard : "5.3.3",
gradle : '3.4.2',
kotlin : "1.3.61",
dokka : "0.9.18",
detekt : "1.0.0-RC14",
appcompat : '1.1.0',
androidMaterial : '1.0.0',
recycler : '1.0.0',
constraintLayout : '1.1.3',
lifecycle : '2.1.0',
okhttp : "3.12.0",
retrofit : "2.5.0",
rxjava : "2.2.3",
rxkotlin : "2.3.0",
rxandroid : "2.1.1",
dagger : "2.20",
room : '2.1.0',
navigation : "1.0.0",
cicerone : "5.0.0",
junit : "4.12",
espresso : '3.1.0-alpha4',
testingSupportLibrary: '1.1.0-alpha4'
]