-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.gradle
61 lines (51 loc) · 1.72 KB
/
config.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
ext {
//Android APK Build Meta Info
applicationName = "Telemedicine"
applicationId = "ru.surfstudio.telemedicine"
buildToolsVersion = "27.0.3"
minSdkVersion = 19
targetSdkVersion = 27
compileSdkVersion = 27
debugVersionNameSuffix = ".debug"
//lang
kotlinVersion = '1.2.31' //https://goo.gl/2Epeje
ankoVersion = '0.10.4' //https://goo.gl/XGJGR7
annimonStreamVersion = '1.1.8'
gsonVersion = '2.8.1'
//injections
javaInjectVersion = '1' //https://goo.gl/cM9Kcd
daggerVersion = '2.11'
//network
okHttpVersion = '3.4.1'
retrofitVersion = '2.3.0'
//rx
ferroRxVersion = '2.0.0' //https://goo.gl/6ir26N
rxJava2Version = '2.1.8' //https://goo.gl/uzna2x
rxAndroid2Version = '2.0.1' //https://goo.gl/3Kd3iP
rxBinding2Version = '2.0.0' //https://goo.gl/KQ5Vga
//android framework
androidGradleToolsVersion = '3.0.1'
appcompatVersion = '27.1.1'
playServicesVersion = '11.6.0'
crashlyticsVersion = '2.9.1'
googleServicesVersion = '3.2.0'
androidKtxVersion = '0.3'
jetbrainsAnnotationsVersion = '15.0'
multidexVersion = '1.0.2'
constraintLayoutVersion = '1.0.2'
//ui
glideVersion = '3.8.0'
//errors
anrWatchDogVersion = '1.3.0'
timberVersion = '4.6.0'
//test
junitVersion = '4.12'
testRunnerVersion = '1.0.1'
espressoVersion = '3.0.1'
mockitoVersion = '1.10.19'
powerMockVersion = '1.6.2'
assertJVersion = '3.5.1'
// версия наших внутренних модулей
moduleVersionCode = 15
moduleVersionName = '0.2.1-SNAPSHOT'
}