From 0ea71ebd52328dba7bb2d44a7804b61f0733ec53 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:46:07 +0200 Subject: [PATCH] bring back android support --- .github/workflows/build.yml | 12 ++++++------ changelog.md | 4 ++++ mod.json | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecae06b..015cae7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/changelog.md b/changelog.md index 4b82e84..29f04fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # BetterEdit 6 +## v6.9.2 + * Remove limits from Z Order + * Add back Android support :) + ## v6.9.1 * Fix 1/4, 1/8, and Pixel moving buttons not working * Temporarily remove Android support as there appears to be a bug in Geode itself causing crashes. Sorry :( diff --git a/mod.json b/mod.json index c144171..e519b24 100644 --- a/mod.json +++ b/mod.json @@ -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",