-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.gradle
44 lines (38 loc) · 1.01 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
ext {
// sdk tools
compileSdkVersion = 27
buildToolsVersion = '26.0.2'
minSdkVersion = 15
targetSdkVersion = 27
// version config
versionCode = 1
versionName = '1.0'
// version config
appVersionCode = 1
appVersionName = '1.0'
coreVersionCode = 1
coreVersionName = '1.0'
widgetVersionCode = 1
widgetVersionName = '1.0'
// app dependencies
supportLibraryVersion = '27.0.1'
constraintVersion = '1.1.2'
junitVersion = '4.12'
testRunnerVersion = '1.0.2'
testEspressoVersion = '3.0.2'
testEspressoCoreVersion = '3.0.1'
guavaVersion = '25.1'
glideVersion = '4.7.1'
daggerVersion = '2.15'
// retrofit & okhttp3
okhttp3Version = '3.10.0'
okhttp3LoggingVersion = '3.4.1'
retrofit2Version = '2.4.0'
retrofit2GsonVersion = '2.0.2'
stethoJsRhinoVersion = '1.3.1'
stethoOkHttp3Version = '1.4.2'
// BaseRecyclerViewAdapterHelper
BRVAHVersion = '2.9.30'
// Wheel Picker
wheelPickerVersion = '1.5.6'
}