From e0547c2c2e729126a5c693f762f103822495ec76 Mon Sep 17 00:00:00 2001 From: Rafael Caetano Date: Tue, 14 Nov 2023 22:13:26 +0000 Subject: [PATCH] Release Beta 1.9.2 --- .github/changelog/gitHub.md | 4 +++- .github/changelog/playStore/whatsnew-en-GB | 6 ++++++ .github/workflows/release.yaml | 1 - buildSrc/src/main/kotlin/AppConfig.kt | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/changelog/gitHub.md b/.github/changelog/gitHub.md index fe129b14..9e6c4654 100644 --- a/.github/changelog/gitHub.md +++ b/.github/changelog/gitHub.md @@ -1,2 +1,4 @@ **Changelog:** -* Fix saves states not saving/loading properly \ No newline at end of file +* Fix startup crash on devices running Android 14 +* Fix crash on spanish devices when opening the RetroAchievements screen +* Other minor fixes \ No newline at end of file diff --git a/.github/changelog/playStore/whatsnew-en-GB b/.github/changelog/playStore/whatsnew-en-GB index d506be33..1ab3563e 100644 --- a/.github/changelog/playStore/whatsnew-en-GB +++ b/.github/changelog/playStore/whatsnew-en-GB @@ -1 +1,7 @@ +Beta 1.9.2 +• Fix startup crash on devices running Android 14 +• Fix crash on spanish devices when opening the RetroAchievements screen +• Other minor fixes + +Beta 1.9.1 • Fix saves states not saving/loading properly \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d82b33a4..acdd0b9b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -108,7 +108,6 @@ jobs: releaseFiles: app/build/outputs/apk/playStoreProd/release/app-playStore-prod-release.apk track: beta inAppUpdatePriority: 2 - status: draft whatsNewDirectory: ./.github/changelog/playStore mappingFile: app/build/outputs/mapping/playStoreProdRelease/mapping.txt debugSymbols: app/build/outputs/native-debug-symbols/playStoreProdRelease/native-debug-symbols.zip diff --git a/buildSrc/src/main/kotlin/AppConfig.kt b/buildSrc/src/main/kotlin/AppConfig.kt index bc9f9b22..8b81b006 100644 --- a/buildSrc/src/main/kotlin/AppConfig.kt +++ b/buildSrc/src/main/kotlin/AppConfig.kt @@ -4,6 +4,6 @@ object AppConfig { const val minSdkVersion = 21 const val ndkVersion = "25.1.8937393" - const val versionCode = 28 - const val versionName = "Beta 1.9.1" + const val versionCode = 29 + const val versionName = "Beta 1.9.2" } \ No newline at end of file