Update Dockerfile for new build tools version

// FREEBIE
master
Moxie Marlinspike 2017-03-17 10:47:32 -07:00
parent 0d11b3dd26
commit a3445fb2fd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,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-25
ENV ANDROID_BUILD_TOOLS_VERSION 23.0.3
ENV ANDROID_BUILD_TOOLS_VERSION 25.0.0
ENV ANDROID_HOME /usr/local/android-sdk-linux
ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
RUN cd /usr/local/ && \