We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a7eb5 commit b40df3bCopy full SHA for b40df3b
1 file changed
.travis.yml
@@ -2,8 +2,8 @@ language: android
2
3
android:
4
components:
5
- - android-29
6
- - build-tools-29.0.2
+ - android-28
+ - build-tools-28.0.3
7
- tools
8
- platform-tools
9
- extra-android-m2repository
@@ -13,4 +13,4 @@ before_install:
13
- chmod +x gradlew
14
15
script:
16
- - ./gradlew clean assembleDebug assembleRelease testDebug
+ - ./gradlew clean assembleDebug assembleRelease testDebug
0 commit comments