We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1864e58 + f613d1c commit 1a145dbCopy full SHA for 1a145db
.travis.yml
@@ -7,8 +7,8 @@ android:
7
components:
8
- tools
9
- platform-tools
10
- - android-23
11
- - build-tools-23.0.3
+ - android-24
+ - build-tools-24.0.1
12
13
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
14
sudo: false
build.gradle
@@ -16,7 +16,7 @@ subprojects {
16
17
ext {
18
minSdkVersion = 9
19
- compileSdkVersion = 23
20
- buildToolsVersion = '23.0.3'
+ compileSdkVersion = 24
+ buildToolsVersion = '24.0.1'
21
sourceCompatibility = JavaVersion.VERSION_1_7
22
}
0 commit comments