Skip to content

Commit

Permalink
Remove openjdk-11
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Jul 23, 2024
1 parent 0c4cd07 commit b35113c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e
sudo apt-get update
sudo apt-get install -y sdkmanager apksigner openjdk-8-jdk
sudo apt-get purge -y openjdk-11-jdk
sudo update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
sudo sdkmanager --install "build-tools;28.0.3"
sudo sdkmanager --install "platforms;android-28"

0 comments on commit b35113c

Please sign in to comment.