Skip to content

Commit

Permalink
Android CI: use latest version
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Nov 19, 2024
1 parent bbd50a3 commit abd76cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get install -y ruby wget libxdamage1 libgl1-mesa-glx libpulse0 locales u

RUN mkdir /opt/android-sdk-linux && \
cd /opt/android-sdk-linux && \
wget --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip && \
wget --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip && \
unzip android-sdk.zip && \
rm -f android-sdk.zip && \
mkdir cmdline-tools/latest && \
Expand Down

0 comments on commit abd76cb

Please sign in to comment.