Skip to content

Commit

Permalink
Merge pull request #684 from nextcloud/bumpAndroidCI
Browse files Browse the repository at this point in the history
Android CI: use latest version
  • Loading branch information
tobiasKaminsky authored Nov 19, 2024
2 parents e93c4dd + 308a28d commit 637fde9
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 637fde9

Please sign in to comment.