-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.gradle
More file actions
executable file
·60 lines (51 loc) · 1.35 KB
/
Copy pathconfig.gradle
File metadata and controls
executable file
·60 lines (51 loc) · 1.35 KB
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
// Project & application data
ext {
APP_ID = "com.shevart.rocketlaunches"
projectMinSDKVersion = 21
projectCompileSDKVersion = 28
projectTargetSDKVersion = 28
buildTools = "28.0.3"
applicationCodeVersion = 1
applicationNameVersion = "0.0.1"
}
// Test runner
ext {
projectTestRunner = "androidx.test.runner.AndroidJUnitRunner"
}
// Dependencies data
ext {
// kotlin
kotlin_ktx_version = '1.0.2'
// libs
supportVersion = '27.1.1'
appCompatVersion = '1.0.2'
constraintVersion = '1.1.3'
lifecycleExtentionsVersion = '2.0.0'
materialVersion = '1.1.0-alpha06'
arch_components_vers = '1.1.1'
rxJavaVersion = '2.2.5'
rxAndroidVersion = '2.1.0'
rxBindingsVersion = '2.0.0'
stethoVersion = '1.5.0'
okHttpVersion = '3.9.0'
retrofitVersion = '2.3.0'
gsonVersion = '2.8.4'
stethoVersion = '1.5.0'
daggerVersion = '2.14.1'
daggerAdnroidVersion = '2.15'
javaxAnnotationVersion = '1.0'
javaxVersion = '1@jar'
// ui
picassoVersion = '2.5.2'
recycleViewVersion = '1.0.0'
cardViewVersion = '1.0.0'
gifVersion = '1.2.16'
// test
junitVersion = '4.12'
runnerVersion = '1.0.1'
espressoVersion = '3.0.1'
androidAnnotationsVersion = '27.1.1'
androidRunnerVersion = '1.0.1'
mockitoCore = '2.19.0'
mockitoKotlin = '2.0.0-RC1'
}