Skip to content

Commit

Permalink
chore(android): bump version to 4.4.0b337
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Nov 30, 2024
1 parent 7fd060e commit afbcf7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
- Fix: Chart rendering has been improved in Series List
```

## Android 4.3.7b336
## Android 4.4.0b337

```
- Fix: Widgets now correctly show statistics if there is a start date
- Feat: High Series for 2-20 games
- Chore: Send less lifecycle events
```

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

# Legacy Android Versions

## Android 4.3.7b336

```
- Fix: Widgets now correctly show statistics if there is a start date
- Chore: Send less lifecycle events
```

## Android 4.3.6b335

```
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 = 336
versionName = "4.3.7"
versionCode = 337
versionName = "4.4.0"

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

0 comments on commit afbcf7b

Please sign in to comment.