update android sdl2 to 2.30.8

This commit is contained in:
leo60228
2024-10-05 16:33:24 -04:00
committed by Ethan Lee
parent c2642dbdef
commit 4587fa46b0
3 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: libsdl-org/SDL
ref: release-2.28.5
ref: release-2.30.8
path: 'SDL'
- name: Build SDL
@@ -73,7 +73,7 @@ jobs:
sudo apt-get -y install ninja-build
cd SDL
./build-scripts/android-prefab.sh
mvn install:install-file -Dfile=build-android-prefab/prefab-2.28.5/SDL2-2.28.5.aar -DpomFile=build-android-prefab/prefab-2.28.5/SDL2-2.28.5.pom
mvn install:install-file -Dfile=build-android-prefab/prefab-2.30.8/SDL2-2.30.8.aar -DpomFile=build-android-prefab/prefab-2.30.8/SDL2-2.30.8.pom
- name: Build
run: |