diff --git a/RELEASES_EN.md b/RELEASES_EN.md index b85eec1e..90b4deb4 100644 --- a/RELEASES_EN.md +++ b/RELEASES_EN.md @@ -3,6 +3,12 @@ Tu peux retrouver ce fichier en [français 🇫🇷](RELEASES_FR.md) ## 2.4 (Android 5.1.1 Lollipop and later) +### 2.4.5 + +Improvements, optimizations and troubleshooting: + +* Fix Android Auto not playing the selected music and not respecting the default shuffle mode + ### 2.4.4 Improvements, optimizations and troubleshooting: diff --git a/RELEASES_FR.md b/RELEASES_FR.md index ae387762..37e91f93 100644 --- a/RELEASES_FR.md +++ b/RELEASES_FR.md @@ -3,6 +3,13 @@ You can find this file in [english 🇬🇧](RELEASES_EN.md) ## 2.4 (Android 5.1.1 Lollipop et ultérieur) +### 2.4.5 + +Améliorations, optimisations et dépannage: + +* Correction du bogue d'Android Auto qui ne lit pas la musique séléctionnée et qui ne respecte pas + le mode aléatoire par défaut + ### 2.4.4 Améliorations, optimisations et dépannage: diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3352b4a9..e40b540f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,8 +18,8 @@ android { applicationId = nameSpace minSdk = 22 targetSdk = 34 - versionCode = 62 - versionName = "2.4.4" + versionCode = 63 + versionName = "2.4.5" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/63.txt b/fastlane/metadata/android/en-US/changelogs/63.txt new file mode 100644 index 00000000..c38a649a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/63.txt @@ -0,0 +1,3 @@ +Improvements, optimizations and troubleshooting: + +* Fix Android Auto not playing the selected music and not respecting the default shuffle mode \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/63.txt b/fastlane/metadata/android/fr-FR/changelogs/63.txt new file mode 100644 index 00000000..66618d1d --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/63.txt @@ -0,0 +1,3 @@ +Améliorations, optimisations et dépannage: + +* Correction du bogue d'Android Auto qui ne lit pas la musique séléctionnée et qui ne respecte pas le mode aléatoire par défaut \ No newline at end of file diff --git a/libs b/libs index 23e91a67..2b537e95 160000 --- a/libs +++ b/libs @@ -1 +1 @@ -Subproject commit 23e91a674cbafa4ed314d406c8d1c2634f475311 +Subproject commit 2b537e953bb1570249bf4c336aec677bf9c68c98