Skip to content

Commit

Permalink
android: bump to SDL3 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Nov 2, 2024
1 parent f085633 commit dde1926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run:
gh -R libsdl-org/SDL release download preview-3.1.3 -D android-project/app/libs -p '*.aar'
gh -R libsdl-org/SDL release download preview-3.1.6 -D android-project/app/libs -p '*.aar'
- name: Build gradle project
run: |
cd android-project
Expand Down
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.3.aar')
implementation files('libs/SDL3-3.1.6.aar')
}
```
2 changes: 1 addition & 1 deletion android-project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ android {
}

dependencies {
implementation files('libs/SDL3-3.1.3.aar')
implementation files('libs/SDL3-3.1.6.aar')
implementation 'androidx.appcompat:appcompat:1.5.1'
}

0 comments on commit dde1926

Please sign in to comment.