Skip to content

Commit 1a145db

Browse files
authored
Merge pull request ReactiveX#311 from ReactiveX/jw/twenty-four
Twenty four.
2 parents 1864e58 + f613d1c commit 1a145db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android:
77
components:
88
- tools
99
- platform-tools
10-
- android-23
11-
- build-tools-23.0.3
10+
- android-24
11+
- build-tools-24.0.1
1212

1313
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
1414
sudo: false

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ subprojects {
1616

1717
ext {
1818
minSdkVersion = 9
19-
compileSdkVersion = 23
20-
buildToolsVersion = '23.0.3'
19+
compileSdkVersion = 24
20+
buildToolsVersion = '24.0.1'
2121
sourceCompatibility = JavaVersion.VERSION_1_7
2222
}

0 commit comments

Comments
 (0)