Skip to content

Commit 115c5fd

Browse files
committed
bump version to 4.3.19
1 parent 1753284 commit 115c5fd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## <cg>v4.3.19</c> (2025-09-21)
3+
* <cg>Fixed</c> a rare potential <cp>Android</c>-specific <cr>crash</c>
4+
* Other bugfixes & improvements
5+
26
## <cg>v4.3.18</c> (2025-08-14)
37
* <cg>Fixed</c> <cl>glow</c> not showing on <co>Green User Profiles</c>
48
* <cg>Fixed</c> <co>Saved Level Filters</c> not being properly clickable on <cp>Android</c>

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"geode": "4.7.0",
3-
"version": "v4.3.18",
2+
"geode": "4.8.0",
3+
"version": "v4.3.19",
44
"gd": {
55
"win": "2.2074",
66
"android": "2.2074",

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class BI_DLL $modify(MenuLayer) {
8080

8181
$on_mod(Loaded) {
8282
#ifdef GEODE_IS_ANDROID
83-
BetterInfo::setAmazon((GJMoreGamesLayer* volatile)nullptr)->getMoreGamesList()->count() == 0);
83+
BetterInfo::setAmazon(((GJMoreGamesLayer* volatile)nullptr)->getMoreGamesList()->count() == 0);
8484
#endif
8585
loadManagers();
8686
}

0 commit comments

Comments
 (0)