diff --git a/CHANGELOG.md b/CHANGELOG.md index a423bd1a4..30b94b7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ - Fix: App Icon previews are correctly shown in app ``` -## Android 4.3.1b330 +## Android 4.3.2b331 ``` -- Fix: Fixes a crash that would occur when picking statistics for a widget +- Fix: Series pre-bowls and alleys can now be correctly updated +- Fix: Resolve crash when adding multiple lanes to an alley +- Fix: Can no longer erroneously set manual scores when editing a series +- Fix: Can no longer erroneously edit team members after creation ``` --- @@ -209,6 +212,12 @@ First official release of Approach for iOS! # Legacy Android Versions +## Android 4.3.1b330 + +``` +- Fix: Fixes a crash that would occur when picking statistics for a widget +``` + ## Android 4.3.0b329 ``` diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 84c722228..b4be43bdc 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -19,8 +19,8 @@ android { defaultConfig { applicationId = "ca.josephroque.bowlingcompanion" - versionCode = 330 - versionName = "4.3.1" + versionCode = 331 + versionName = "4.3.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {