Skip to content

Commit

Permalink
Prepare: v2.4.0-preview-1
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine <[email protected]>
  • Loading branch information
antoinepirlot committed Oct 21, 2024
1 parent a4c6683 commit f948ed0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions RELEASES_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Tu peux retrouver ce fichier en [français 🇫🇷](RELEASES_FR.md)

## 2.4 (Android 5.1.1 Lollipop and later)

### 2.4.0-preview-1

Improvements, optimizations and troubleshooting:

* Fix v2.4.0-beta-1 issues
* Playing music crash in certain conditions
* Add music into playlists
* Show missing remove music from playlist
* Android Q and less crash at launching

### 2.4.0-beta-1

New features:
Expand Down
10 changes: 10 additions & 0 deletions RELEASES_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ You can find this file in [english 🇬🇧](RELEASES_EN.md)

## 2.4 (Android 5.1.1 Lollipop et ultérieur)

### v2.4.0-preview-1

Améliorations, optimisations et dépannage:

* Correction des bogues de la v2.4.0-beta-1
* Crash de la lecture de la musique en cours de lecture
* Ajout d'une musique dans une playlist
* Montre à nouveau le bouton pour supprimer la musique de la playlist
* Crash lors du démarrahe sur Android Q et antérieur

### 2.4.0-beta-1

Nouvelles fonctionnalités:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = nameSpace
minSdk = 22
targetSdk = 34
versionCode = 56
versionName = "2.4.0-beta-1"
versionCode = 57
versionName = "2.4.0-preview-1"

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

0 comments on commit f948ed0

Please sign in to comment.