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 6b9420b commit f2bc5bbCopy full SHA for f2bc5bb
.travis.yml
@@ -66,14 +66,14 @@ android:
66
- tools
67
- platform-tools
68
# The BuildTools version used by your project
69
- - build-tools-26.0.2
+ - build-tools-28.0.3
70
# The SDK version used to compile your project
71
- - android-26
+ - android-28
72
# Additional components
73
- extra-android-m2repository
74
# Specify at least one system image,
75
# if you need to run emulator(s) during your tests
76
- - sys-img-x86-android-26
+ - sys-img-x86-android-28
77
- sys-img-armeabi-v7a-android-17
78
79
before_install:
0 commit comments