mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Update Dockerfile for new build tools
// FREEBIE
This commit is contained in:
parent
65b482c7b0
commit
18897ffccc
1 changed files with 1 additions and 1 deletions
|
@ -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-22
|
||||
ENV ANDROID_BUILD_TOOLS_VERSION 22.0.1
|
||||
ENV ANDROID_BUILD_TOOLS_VERSION 23.0.2
|
||||
ENV ANDROID_HOME /usr/local/android-sdk-linux
|
||||
ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
|
||||
RUN cd /usr/local/ && \
|
||||
|
|
Loading…
Reference in a new issue