Skip to content

Commit 00b24d3

Browse files
committed
* Update CI for new Build Tools
1 parent d2bfddf commit 00b24d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: openjdk:8-jdk
22
variables:
33
ANDROID_COMPILE_SDK: "27"
4-
ANDROID_BUILD_TOOLS: "27.0.3"
4+
ANDROID_BUILD_TOOLS: "28.0.2"
55
ANDROID_SDK_URL: "https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip" # current available in https://developer.android.com/studio/index.html#downloads
66
before_script:
77
- apt-get --quiet update --yes

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android:
44
components:
55
- platform-tools
66
- tools
7-
- build-tools-27.0.3
7+
- build-tools-28.0.2
88
- android-27
99
- extra-android-support
1010
- extra-android-m2repository

0 commit comments

Comments
 (0)