Skip to content

Commit 894889b

Browse files
committed
update SDK to 6609375
update build-tools to 30.0.2 use Ubuntu 20.04
1 parent 96d54bb commit 894889b

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

Dockerfile

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
#
2-
# GitLab CI: Android v0.3
3-
#
4-
# https://hub.docker.com/r/jangrewe/gitlab-ci-android/
5-
# https://git.faked.org/jan/gitlab-ci-android
6-
#
7-
8-
FROM ubuntu:18.04
1+
FROM ubuntu:20.04
92
MAINTAINER Jan Grewe <[email protected]>
103

11-
ENV VERSION_TOOLS "6200805"
4+
ENV VERSION_TOOLS "6609375"
125

136
ENV ANDROID_SDK_ROOT "/sdk"
147
# Keep alias for compatibility
@@ -26,7 +19,7 @@ RUN apt-get -qq update \
2619
libc6-i386 \
2720
lib32stdc++6 \
2821
lib32gcc1 \
29-
lib32ncurses5 \
22+
lib32ncurses6 \
3023
lib32z1 \
3124
unzip \
3225
locales \

packages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
add-ons;addon-google_apis-google-24
2-
build-tools;30.0.0
2+
build-tools;30.0.2
33
extras;android;m2repository
44
extras;google;m2repository
55
extras;google;google_play_services

0 commit comments

Comments
 (0)