File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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-23 .0.1
6
+ - android-23
7
7
- extra-google-google_play_services
8
8
- extra-google-m2repository
9
9
- extra-android-m2repository
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:1.0.1 '
6
+ classpath ' com.android.tools.build:gradle:1.3.0 '
7
7
}
8
8
}
9
9
apply plugin : ' com.android.application'
@@ -15,12 +15,12 @@ repositories {
15
15
}
16
16
17
17
android {
18
- compileSdkVersion 21
19
- buildToolsVersion " 21 .0.2 "
18
+ compileSdkVersion 23
19
+ buildToolsVersion " 23 .0.1 "
20
20
21
21
defaultConfig {
22
22
minSdkVersion 8
23
- targetSdkVersion 21
23
+ targetSdkVersion 23
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.+ '
41
- compile ' com.android.support:support-v4:21.+ '
40
+ compile ' com.android.support:appcompat-v7:23.0.1 '
41
+ compile ' com.android.support:support-v4:23.0.1 '
42
42
compile ' javax.inject:javax.inject:1@jar'
43
43
provided ' 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