-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathdependencies-versions.gradle
39 lines (33 loc) · 1.61 KB
/
dependencies-versions.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
ext.versions = [
////////////////////////////////////////////////////////////////////////////////////////////
// BUILD //
////////////////////////////////////////////////////////////////////////////////////////////
'gradle' : '3.1.2',
'kotlin' : '1.2.41',
'buildTools' : '27.0.3',
'minSdk' : 21,
'targetSdk' : 27,
////////////////////////////////////////////////////////////////////////////////////////////
// MAIN //
////////////////////////////////////////////////////////////////////////////////////////////
'ktx' : '0.1',
'coroutines' : '0.22.5',
'timber' : '4.5.1',
'suport' : '27.1.0',
'dagger' : '2.12',
'rxAndroid' : '2.0.1',
'rxJava' : '2.1.7',
'retrofit' : '2.3.0',
'okHttp' : '3.9.0',
'moshi' : '1.5.0',
'kotshi' : '0.3.0',
'picasso' : '2.5.2',
'architecture': '1.1.1',
////////////////////////////////////////////////////////////////////////////////////////////
// TESTING //
////////////////////////////////////////////////////////////////////////////////////////////
'jUnit' : '4.12',
'truth' : '0.40',
'mockito' : '2.10.0',
'robolectric' : '3.4.2',
]