Skip to content

Commit

Permalink
chore(android): bump version to 4.3.1b330
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Sep 15, 2024
1 parent 1010389 commit 7f2298c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
- Fix: App Icon previews are correctly shown in app
```

## Android 4.3.0b329
## Android 4.3.1b330

```
- 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
- Fix: Fixes a crash that would occur when picking statistics for a widget
```

---
Expand Down Expand Up @@ -210,6 +209,13 @@ First official release of Approach for iOS!

# Legacy Android Versions

## Android 4.3.0b329

```
- 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
```

## Android 4.2.0b328

```
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 = 329
versionName = "4.3.0"
versionCode = 330
versionName = "4.3.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 7f2298c

Please sign in to comment.