We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c320d7 commit 6c545edCopy full SHA for 6c545ed
.travis.yml
@@ -5,8 +5,10 @@ android:
5
- platform-tools
6
- tools
7
8
- - build-tools-20.0.0
9
- - android-20
+ - build-tools-23.0.1
+ - android-23
10
+
11
+sudo: false
12
13
14
script: ./gradlew build
gradle.properties
@@ -1,6 +1,6 @@
1
VERSION_NAME=1.2.0-SNAPSHOT
2
VERSION_CODE=23
3
-BUILD_TOOLS_VERSION=23
+BUILD_TOOLS_VERSION=23.0.1
4
COMPILE_SDK_VERSION=23
GROUP=com.github.castorflex.smoothprogressbar
sample/build.gradle
@@ -16,7 +16,7 @@ android {
16
17
defaultConfig {
18
minSdkVersion 14
19
- targetSdkVersion 21
+ targetSdkVersion 23
20
versionName project.VERSION_NAME
21
versionCode Integer.parseInt(project.VERSION_CODE)
22
}
0 commit comments