Version 2.14.2

This commit is contained in:
kichikuou
2025-03-09 13:44:58 +09:00
parent c1018d9e0f
commit c9fd1dcfd0
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
# Changelog
## Unreleased
## 2.14.2 - 2024-03-09
- Android: Back button to exit the game (#50)
- Improved touch input usability in ママトト (#64)
## 2.14.1 - 2024-02-07
- Fixed font selection and text decoration not working in selection menus.
+1 -1
View File
@@ -10,7 +10,7 @@ set(CMAKE_C_STANDARD 99)
enable_testing()
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
set(XSYSTEM35_VERSION "2.14.1")
set(XSYSTEM35_VERSION "2.14.2")
include(CheckSymbolExists)
include(FetchContent)
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 30
versionName "2.14.1" + gitRevision()
versionCode 31
versionName "2.14.2" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"