-
Notifications
You must be signed in to change notification settings - Fork 65
/
build.gradle
70 lines (56 loc) · 1.47 KB
/
build.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
62
63
64
65
66
67
68
69
70
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
ext{
compileSdkVersion = 21
minSdkVersion = 15
targetSdkVersion = 21
buildToolsVersion = '22.0.1'
androidGradleVersion = '1.2.3'
androidAnnotationsVersion = '3.3.1'
hugoVersion = '1.2.1'
androidAptVersion = '1.4+'
godotVersion = '+'
jsr250Version = '1.0'
supportV4 = '21.0.3'
supportV13 = '21.0.3'
appcompatVersion = '21.0.3'
cardViewVersion = '21.0.3'
recyclerViewVersion = '21.0.3'
paletteVersion = '21.0.3'
picassoVersion = '2.5.2'
retrofitVersion = '1.9.0'
okhttpUrlConnection = '2.3.0'
okhttpVersion = '2.3.0'
snappyDb = '0.5.0'
kryo = '2.24.0'
expandableLayout = '1.3'
snackbar = '2.9.1'
calligraphy = '2.0.2'
observableScrollViewVersion = '1.5.0'
floatingWidgets = '1.5.0@aar'
materialRipple = '1.0.1'
pdfView = '1.0.+@aar'
materialProgress = '1.4'
commonsIo = '2.4'
commonsLang = '3.1'
nineOlds = '2.4.0'
//test
junitVer = '4.12'
mockitoVer = '1.9.5'
festVer = '1.0.8'
robolectricVer = '3.0-rc2'
}
allprojects {
repositories {
jcenter()
}
}