Skip to content

Commit

Permalink
Use prerelease-3.1.10 in Android project
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 16, 2025
1 parent 532ee27 commit d917e3e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- name: Download SDL3 Android Archive
env:
GH_TOKEN: ${{ github.token }}
run:
gh -R libsdl-org/SDL release download preview-3.1.6 -D android-project/app/libs -p '*.aar'
run: |
gh -R libsdl-org/SDL release download prerelease-3.1.10 -p 'SDL3-devel-*-android.zip'
unzip "SDL3-devel-3.1.10-android.zip" -d android-project/app/libs SDL3-3.1.10.aar
- name: Setup required Java version
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.zip
/build
2 changes: 1 addition & 1 deletion android-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Only 2 changes are required:
```gradle
dependencies {
/* ... */
implementation files('libs/SDL3-3.1.6.aar')
implementation files('libs/SDL3-3.1.10.aar')
}
```
2 changes: 1 addition & 1 deletion android-project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ android {
}

dependencies {
implementation files('libs/SDL3-3.1.6.aar')
implementation files('libs/SDL3-3.1.10.aar')
}

0 comments on commit d917e3e

Please sign in to comment.