Skip to content

Commit

Permalink
Update Android build to minimum support SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Nov 12, 2024
1 parent 807797e commit 7bc445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
mkdir $ANDROID_HOME
wget https://dl.google.com/android/repository/tools_r25.2.5-linux.zip -P $ANDROID_HOME
unzip $ANDROID_HOME/tools_r25.2.5-linux.zip -d $ANDROID_HOME
echo y | $ANDROID_HOME/tools/bin/sdkmanager "platform-tools" "build-tools;30.0.3" "ndk-bundle" "platforms;android-19" "platforms;android-30"
echo y | $ANDROID_HOME/tools/bin/sdkmanager "platform-tools" "build-tools;30.0.3" "ndk-bundle" "platforms;android-21" "platforms;android-30"
mkdir ${{ github.workspace }}/el
git clone https://github.com/pjbroad/el-build-methods.git ${{ github.workspace }}/el/el-build-methods
git clone https://github.com/raduprv/Eternal-Lands.git ${{ github.workspace }}/el/el-build-methods/android/jni/src
Expand Down

0 comments on commit 7bc445e

Please sign in to comment.