Skip to content

Commit 5259b8c

Browse files
committed
add back android support
1 parent bb1138a commit 5259b8c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- name: Windows
1616
os: windows-latest
1717

18-
#- name: Android32
19-
# os: ubuntu-latest
20-
# target: Android32
18+
- name: Android32
19+
os: ubuntu-latest
20+
target: Android32
2121

22-
#- name: Android64
23-
# os: ubuntu-latest
24-
# target: Android64
22+
- name: Android64
23+
os: ubuntu-latest
24+
target: Android64
2525

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

mod.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"geode": "4.0.0-beta.1",
2+
"geode": "4.0.1",
33
"gd": {
4-
"win": "2.2074"
4+
"win": "2.2074",
5+
"android": "2.2074"
56
},
6-
"version": "v0.9.11",
7+
"version": "v0.9.12",
78
"id": "zalphalaneous.minecraft",
89
"name": "Minecraftify!",
910
"developer": "Alphalaneous",

src/ui/hooks/MenuLayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class $modify(MyMenuLayer, MenuLayer) {
148148
title->addChild(subTitle);
149149
subTitle->setID("minecraft-subtitle"_spr);
150150

151-
MCLabel* versionText = MCLabel::create("Minecraft 2.206 (Geode)", "minecraft.fnt"_spr);
151+
MCLabel* versionText = MCLabel::create("Minecraft 2.2074 (Geode)", "minecraft.fnt"_spr);
152152
versionText->setAnchorPoint({0, 0});
153153
versionText->setScale(0.42f);
154154
this->addChild(versionText);

0 commit comments

Comments
 (0)