-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.gradle
37 lines (36 loc) · 902 Bytes
/
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
ext {
projectName = 'Readhub-kotlin'
compileSdkVersion = 27
buildToolsVersion = '27.0.3'
minSdkVersion = 15
targetSdkVersion = 27
versionCode = 100
versionName = '1.0.0'
jksPath = '../hy.jks'
keyAlias = 'hy'
keyPassword = 'hy123456'
storePassword = 'hy123456'
android_support = '27.1.1'
constraint_layout = '1.1.0'
testrunner = '1.0.1'
junit = '4.12'
espresso = '3.0.1'
kotlin = '1.2.50'
android_kotlin = '0.3'
dagger2 = '2.11'
okhttp = '3.9.1'
logging_interceptor = '3.9.0'
retrofit = '2.3.0'
adapter_rxjava2 = '2.4.0'
converter_gson = '2.3.0'
rxandroid2 = '2.0.1'
rxjava2 = '2.0.2'
butterknife = '8.8.1'
sqlbrite = '3.2.0'
room = '1.0.0'
bottom_navi_bar = '2.0.4'
irecycler_view = "0.0.5"
expandable_layout = '1.6.0'
pretty_time = '4.0.1.Final'
joda = "2.9.3.1"
}