Skip to content

Commit

Permalink
use newer love android version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Oct 31, 2024
1 parent f9bb15f commit 47a8ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup love-android
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |
git clone https://github.com/love2d/love-android --recursive -b 12.x
git clone https://github.com/love2d/love-android --recursive
cd love-android
patch gradle.properties ../extra/android/app-data.patch
mkdir -p app/src/main/jniLibs
Expand Down

0 comments on commit 47a8ac3

Please sign in to comment.