diff --git a/CHANGELOG.md b/CHANGELOG.md index a650d5c7d..5483aa725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,11 @@ - Fix: App Icon previews are correctly shown in app ``` -## Android 4.2.0b328 +## Android 4.3.0b329 ``` -- Feat: Teams -- creating, deleting, bowling with teams has all been reintroduced and improved -- Feat: Sentry now registers breadcrumbs on compose navigation -- Fix: Resolves crashes that would cause the app to frequently restart when left running in the background, due to navigation not being serializable +- Feat: Team scores for the current game now show in the game details +- Fix: The Game Editor is much more responsive after offloading heavy tasks to background threads from the UI ``` --- @@ -211,6 +210,14 @@ First official release of Approach for iOS! # Legacy Android Versions +## Android 4.2.0b328 + +``` +- Feat: Teams -- creating, deleting, bowling with teams has all been reintroduced and improved +- Feat: Sentry now registers breadcrumbs on compose navigation +- Fix: Resolves crashes that would cause the app to frequently restart when left running in the background, due to navigation not being serializable +``` + ## Android 4.1.1b327 ``` diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index f63ea62d7..a98e8720a 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -19,8 +19,8 @@ android { defaultConfig { applicationId = "ca.josephroque.bowlingcompanion" - versionCode = 328 - versionName = "4.2.0" + versionCode = 329 + versionName = "4.3.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {