Skip to content

Commit

Permalink
Release Beta 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano committed Dec 22, 2023
1 parent c1f35d5 commit 6d18077
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/changelog/gitHub.md
Original file line number Diff line number Diff line change
@@ -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
* Fix issues with RetroAchievements
* Fix loading indicator in cheats screen
4 changes: 4 additions & 0 deletions .github/changelog/playStore/whatsnew-en-GB
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 6d18077

Please sign in to comment.