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.
1 parent 1dc497b commit df8816dCopy full SHA for df8816d
.travis.yml
@@ -11,8 +11,8 @@ android:
11
- tools
12
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
13
- platform-tools
14
- - build-tools-26.0.2
15
- - android-26
+ - build-tools-28.0.3
+ - android-28
16
- extra-android-m2repository
17
18
script: ./gradlew clean check test
app/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
}
30
31
android {
32
- compileSdkVersion 26
+ compileSdkVersion 28
33
buildToolsVersion '28.0.3'
34
35
signingConfigs {
0 commit comments