Skip to content

Commit

Permalink
chore(android): bump android version to 4.4.2b339
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Dec 17, 2024
1 parent 80c15bb commit 98f676e
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 @@ -7,11 +7,10 @@
- Chore: More distinct icons in sharing menu
```

## Android 4.4.1b338
## Android 4.4.2b339

```
- Fix: Statistics for items that are ignored are now correctly calculated when viewing stats for those items specifically
- Fix: Statistic Picker sources can now be unselected
- Fix: Stepper correctly increments and decrements
```

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

# Legacy Android Versions

## Android 4.4.1b338

```
- Fix: Statistics for items that are ignored are now correctly calculated when viewing stats for those items specifically
- Fix: Statistic Picker sources can now be unselected
```

## Android 4.4.0b337

```
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 = 338
versionName = "4.4.1"
versionCode = 339
versionName = "4.4.2"

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

0 comments on commit 98f676e

Please sign in to comment.