Skip to content

Commit ee29dfd

Browse files
committed
Update build tools version on Travis
1 parent 0251af1 commit ee29dfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jdk:
77

88
env:
99
global:
10-
- ANDROID_COMPILE_API_LEVEL=28
11-
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
10+
- ANDROID_COMPILE_API_LEVEL=30
11+
- ANDROID_BUILD_TOOLS_VERSION=29.0.2
1212

1313
android:
1414
components:
@@ -33,7 +33,6 @@ android:
3333
- 'android-sdk-license-.+'
3434
- 'google-gdk-license-.+'
3535

36-
3736
script:
3837
- ./gradlew :cloudsdk:assembleDebug :cloudsdk:testDebugUnitTest :cloudsdk:jacocoTestReport
3938
- ./gradlew :cloudsdk:coveralls

0 commit comments

Comments
 (0)