Skip to content

Commit

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

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

```
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 = 328
versionName = "4.2.0"
versionCode = 329
versionName = "4.3.0"

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

0 comments on commit e6ade2c

Please sign in to comment.