Skip to content

Commit df8816d

Browse files
committed
chore(build): upgrade build tools in ci config
1 parent 1dc497b commit df8816d

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-26.0.2
15-
- android-26
14+
- build-tools-28.0.3
15+
- android-28
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
@@ -29,7 +29,7 @@ dependencies {
2929
}
3030

3131
android {
32-
compileSdkVersion 26
32+
compileSdkVersion 28
3333
buildToolsVersion '28.0.3'
3434

3535
signingConfigs {

0 commit comments

Comments
 (0)