Skip to content

Commit b40df3b

Browse files
authored
Update travis
1 parent d0a7eb5 commit b40df3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: android
22

33
android:
44
components:
5-
- android-29
6-
- build-tools-29.0.2
5+
- android-28
6+
- build-tools-28.0.3
77
- tools
88
- platform-tools
99
- extra-android-m2repository
@@ -13,4 +13,4 @@ before_install:
1313
- chmod +x gradlew
1414

1515
script:
16-
- ./gradlew clean assembleDebug assembleRelease testDebug
16+
- ./gradlew clean assembleDebug assembleRelease testDebug

0 commit comments

Comments
 (0)