Skip to content

Commit

Permalink
Release Beta 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano committed Nov 14, 2023
1 parent cec702e commit e0547c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/changelog/gitHub.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
**Changelog:**
* Fix saves states not saving/loading properly
* Fix startup crash on devices running Android 14
* Fix crash on spanish devices when opening the RetroAchievements screen
* Other minor fixes
6 changes: 6 additions & 0 deletions .github/changelog/playStore/whatsnew-en-GB
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = 28
const val versionName = "Beta 1.9.1"
const val versionCode = 29
const val versionName = "Beta 1.9.2"
}

0 comments on commit e0547c2

Please sign in to comment.