Skip to content
Snippets Groups Projects
Commit 4fa03e00 authored by Jan Grewe's avatar Jan Grewe
Browse files

pull upstream

parents 5e81a05d 400ddab6
Branches
Tags
No related merge requests found
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jan Grewe <jan@faked.org> MAINTAINER Jan Grewe <jan@faked.org>
ENV VERSION_SDK_TOOLS "25.2.2" ENV VERSION_SDK_TOOLS "25.2.3"
ENV VERSION_BUILD_TOOLS "24.0.3" ENV VERSION_BUILD_TOOLS "25.0.1"
ENV VERSION_TARGET_SDK "24" ENV VERSION_TARGET_SDK "25"
ENV SDK_PACKAGES "build-tools-${VERSION_BUILD_TOOLS},android-${VERSION_TARGET_SDK},addon-google_apis-google-${VERSION_TARGET_SDK},platform-tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository" ENV SDK_PACKAGES "build-tools-${VERSION_BUILD_TOOLS},android-${VERSION_TARGET_SDK},addon-google_apis-google-${VERSION_TARGET_SDK},platform-tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository"
......
...@@ -4,7 +4,7 @@ This Docker image contains the Android SDK and most common packages necessary fo ...@@ -4,7 +4,7 @@ This Docker image contains the Android SDK and most common packages necessary fo
A `.gitlab-ci.yml` with caching of your project's dependencies would look like this: A `.gitlab-ci.yml` with caching of your project's dependencies would look like this:
``` ```
image: registry.magic-technik.de/gitlab-ci/android image: jangrewe/gitlab-ci-android
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment