File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: android
2
2
3
3
android :
4
4
components :
5
- - build-tools-21.0.2
6
- - android-21
5
+ - build-tools-19.1.0
6
+ - android-19
7
7
- extra-google-google_play_services
8
8
- extra-google-m2repository
9
9
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ repositories {
15
15
}
16
16
17
17
android {
18
- compileSdkVersion 21
19
- buildToolsVersion " 21.0.2 "
18
+ compileSdkVersion 19
19
+ buildToolsVersion " 19.1.0 "
20
20
21
21
defaultConfig {
22
22
minSdkVersion 8
23
- targetSdkVersion 21
23
+ targetSdkVersion 19
24
24
versionCode 1
25
25
versionName " 1.0"
26
26
}
@@ -37,8 +37,8 @@ android {
37
37
38
38
dependencies {
39
39
compile fileTree(dir : ' libs' , include : [' *.jar' ])
40
- compile ' com.android.support:appcompat-v7:21.0 .0'
41
- compile ' com.android.support:support-v4:21.0 .0'
40
+ compile ' com.android.support:appcompat-v7:19.1 .0'
41
+ compile ' com.android.support:support-v4:19.1 .0'
42
42
compile ' javax.inject:javax.inject:1@jar'
43
43
compile ' com.squareup.dagger:dagger-compiler:1.2.+'
44
44
compile ' com.squareup.dagger:dagger:1.2.+'
You can’t perform that action at this time.
0 commit comments