Skip to content

Commit

Permalink
add android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed May 19, 2024
1 parent 1c50e85 commit f505b14
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
- name: macOS
os: macos-latest

- name: Android32
os: ubuntu-latest
target: Android32

- name: Android64
os: ubuntu-latest
target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## v1.1.0

- initial Windows support
- initial Android support
- fix custom keybinds compatibility
- add workaround for Android gd::vector crash

## v1.0.0

Expand Down
3 changes: 2 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"geode": "2.0.0-beta.26",
"gd": {
"mac": "2.200",
"win": "2.204"
"win": "2.204",
"android": "2.205"
},
"version": "v1.1.0",
"early-load": true,
Expand Down

0 comments on commit f505b14

Please sign in to comment.