Skip to content

Commit 8234af5

Browse files
committed
Updated travis script
1 parent 1c320d7 commit 8234af5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ android:
44
components:
55
- platform-tools
66
- tools
7+
- extra-android-m2repository
78

8-
- build-tools-20.0.0
9-
- android-20
9+
- build-tools-23.0.1
10+
- android-23
11+
12+
sudo: false
1013

1114

1215
script: ./gradlew build

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION_NAME=1.2.0-SNAPSHOT
22
VERSION_CODE=23
3-
BUILD_TOOLS_VERSION=23
3+
BUILD_TOOLS_VERSION=23.0.1
44
COMPILE_SDK_VERSION=23
55
GROUP=com.github.castorflex.smoothprogressbar
66

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616

1717
defaultConfig {
1818
minSdkVersion 14
19-
targetSdkVersion 21
19+
targetSdkVersion 23
2020
versionName project.VERSION_NAME
2121
versionCode Integer.parseInt(project.VERSION_CODE)
2222
}

0 commit comments

Comments
 (0)