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 0251af1 commit ee29dfdCopy full SHA for ee29dfd
.travis.yml
@@ -7,8 +7,8 @@ jdk:
7
8
env:
9
global:
10
- - ANDROID_COMPILE_API_LEVEL=28
11
- - ANDROID_BUILD_TOOLS_VERSION=28.0.3
+ - ANDROID_COMPILE_API_LEVEL=30
+ - ANDROID_BUILD_TOOLS_VERSION=29.0.2
12
13
android:
14
components:
@@ -33,7 +33,6 @@ android:
33
- 'android-sdk-license-.+'
34
- 'google-gdk-license-.+'
35
36
-
37
script:
38
- ./gradlew :cloudsdk:assembleDebug :cloudsdk:testDebugUnitTest :cloudsdk:jacocoTestReport
39
- ./gradlew :cloudsdk:coveralls
0 commit comments