Update Dockerfile to support new build tools

master
Moxie Marlinspike 2017-11-06 09:25:07 -08:00
parent e245281b69
commit 0593de85df
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN dpkg --add-architecture i386 && \
ENV ANDROID_SDK_FILENAME android-sdk_r24.4.1-linux.tgz
ENV ANDROID_SDK_URL https://dl.google.com/android/${ANDROID_SDK_FILENAME}
ENV ANDROID_API_LEVELS android-26
ENV ANDROID_BUILD_TOOLS_VERSION 25.0.2
ENV ANDROID_BUILD_TOOLS_VERSION 26.0.2
ENV ANDROID_HOME /usr/local/android-sdk-linux
ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
RUN cd /usr/local/ && \