Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ccd0f9

Browse files
fix(build): fix ci build failure. install build tools and sdk by correct version
1 parent 6271748 commit 8ccd0f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android:
1111
- tools
1212
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
1313
- platform-tools
14-
- build-tools-23.0.2
15-
- android-23
14+
- build-tools-25.0.3
15+
- android-25
1616
- extra-android-m2repository
1717

1818
script: ./gradlew clean check test

‎app/build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313

1414
android {
1515
compileSdkVersion 25
16-
buildToolsVersion "25.0.2"
16+
buildToolsVersion "25.0.3"
1717

1818
signingConfigs {
1919
debug {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /