Skip to content

Commit

Permalink
update SDK to 6609375
Browse files Browse the repository at this point in the history
update build-tools to 30.0.2
use Ubuntu 20.04
jangrewe committed Oct 4, 2020
1 parent 96d54bb commit 894889b
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
#
# GitLab CI: Android v0.3
#
# https://hub.docker.com/r/jangrewe/gitlab-ci-android/
# https://git.faked.org/jan/gitlab-ci-android
#

FROM ubuntu:18.04
FROM ubuntu:20.04
MAINTAINER Jan Grewe <jan@faked.org>

ENV VERSION_TOOLS "6200805"
ENV VERSION_TOOLS "6609375"

ENV ANDROID_SDK_ROOT "/sdk"
# Keep alias for compatibility
@@ -26,7 +19,7 @@ RUN apt-get -qq update \
libc6-i386 \
lib32stdc++6 \
lib32gcc1 \
lib32ncurses5 \
lib32ncurses6 \
lib32z1 \
unzip \
locales \
2 changes: 1 addition & 1 deletion packages.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add-ons;addon-google_apis-google-24
build-tools;30.0.0
build-tools;30.0.2
extras;android;m2repository
extras;google;m2repository
extras;google;google_play_services

0 comments on commit 894889b

Please sign in to comment.