Skip to content

Commit

Permalink
bring back android support
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Nov 20, 2024
1 parent 062cc9f commit 0ea71eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Windows
os: windows-latest

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

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

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# BetterEdit 6

## v6.9.2
* Remove limits from <ca>Z Order</c>
* Add back <cg>Android support</c> :)

## v6.9.1
* Fix <cj>1/4</c>, <cj>1/8</c>, and <cj>Pixel</c> moving buttons not working
* Temporarily <cr>remove Android support</c> as there appears to be a bug in Geode itself causing crashes. Sorry :(
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "4.0.0",
"version": "6.9.1",
"geode": "4.0.1",
"version": "6.9.2",
"gd": {
"win": "2.2074",
"mac": "2.2074",
Expand Down

0 comments on commit 0ea71eb

Please sign in to comment.