File tree 5 files changed +13
-14
lines changed 5 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 11
11
12
12
android :
13
13
components :
14
- - build-tools-22.0.1
15
- - android-22
16
-
17
- # Additional Components
18
- - extra
14
+ - tools
15
+ - build-tools-23.0.2
16
+ - android-23
17
+ - extra-android-m2repository
19
18
20
19
script :
21
20
- echo "Travis branch is $TRAVIS_BRANCH"
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ repositories {
29
29
}
30
30
31
31
android {
32
- compileSdkVersion 22
33
- buildToolsVersion " 22 .0.1 "
32
+ compileSdkVersion 23
33
+ buildToolsVersion " 23 .0.2 "
34
34
35
35
defaultConfig {
36
36
applicationId " com.ToxicBakery.viewpager.transforms"
37
37
minSdkVersion 13
38
- targetSdkVersion 22
38
+ targetSdkVersion 23
39
39
versionCode 1
40
40
versionName " 1.0"
41
41
}
@@ -48,6 +48,6 @@ android {
48
48
}
49
49
50
50
dependencies {
51
- compile ' com.android.support:support-v13:22.1.1 '
51
+ compile ' com.android.support:support-v13:23.2.0 '
52
52
compile project(' :library' )
53
53
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
jcenter()
22
22
}
23
23
dependencies {
24
- classpath ' com.android.tools.build:gradle:1.2 .0'
24
+ classpath ' com.android.tools.build:gradle:1.5 .0'
25
25
26
26
// NOTE: Do not place your application dependencies here; they belong
27
27
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ if (isReleaseBuild()) {
34
34
}
35
35
36
36
android {
37
- compileSdkVersion 22
38
- buildToolsVersion " 22 .0.1 "
37
+ compileSdkVersion 23
38
+ buildToolsVersion " 23 .0.2 "
39
39
40
40
defaultConfig {
41
41
minSdkVersion 13
42
- targetSdkVersion 22
42
+ targetSdkVersion 23
43
43
versionCode 1
44
44
versionName " 1.0"
45
45
}
@@ -57,7 +57,7 @@ android {
57
57
}
58
58
59
59
dependencies {
60
- compile ' com.android.support:support-v13:22.1.1 '
60
+ compile ' com.android.support:support-v13:23.2.0 '
61
61
}
62
62
63
63
apply from : ' ../maven_push.gradle'
You can’t perform that action at this time.
0 commit comments