Skip to content

Commit

Permalink
Closed version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Nov 7, 2024
1 parent 594714a commit 87d877f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version history

## Version 1.9.1 (2024-11-07)

Bug fixes:

- Improved audio play in background, now the app stays alive and resumes correctly clicking on the notification

- Fixed issue preventing the screen to turn off pressing the power button while playing (#171)

## Version 1.9.0 (2024-11-03)

New features:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 1009000
versionName "1.9.0"
versionCode 1009001
versionName "1.9.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 87d877f

Please sign in to comment.