diff --git a/.github/changelog/gitHub.md b/.github/changelog/gitHub.md index 9e6c4654..b3f0d378 100644 --- a/.github/changelog/gitHub.md +++ b/.github/changelog/gitHub.md @@ -1,4 +1,3 @@ **Changelog:** -* 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 +* Fix issues with RetroAchievements +* Fix loading indicator in cheats screen \ No newline at end of file diff --git a/.github/changelog/playStore/whatsnew-en-GB b/.github/changelog/playStore/whatsnew-en-GB index 1ab3563e..6bf2bf0d 100644 --- a/.github/changelog/playStore/whatsnew-en-GB +++ b/.github/changelog/playStore/whatsnew-en-GB @@ -1,3 +1,7 @@ +Beta 1.9.3 +• Fix issues with RetroAchievements +• Fix loading indicator in cheats screen + Beta 1.9.2 • Fix startup crash on devices running Android 14 • Fix crash on spanish devices when opening the RetroAchievements screen diff --git a/buildSrc/src/main/kotlin/AppConfig.kt b/buildSrc/src/main/kotlin/AppConfig.kt index 8b81b006..3e18f0d0 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 = 29 - const val versionName = "Beta 1.9.2" + const val versionCode = 30 + const val versionName = "Beta 1.9.3" } \ No newline at end of file