Skip to content

Commit

Permalink
chore(android): bump version to 4.3.2b331
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Sep 16, 2024
1 parent 8fcf03f commit 91b9b9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

---
Expand Down Expand Up @@ -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

```
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91b9b9e

Please sign in to comment.