This commit is contained in:
tzugen 2023-10-18 12:48:32 +02:00
parent 601d0ccdaa
commit 69fc9b955a
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
2 changed files with 6 additions and 10 deletions

View File

@ -1,9 +1,5 @@
### Features ### Features
- Added custom buttons for shuffling the current queue and setting repeat mode (Android Auto) - Improved display of rating stars
- Properly handling nested directory structures (Android Auto) - Completely modernize all older code parts
- Add a toast when adding tracks to the playlist - Updates for Android 14
- Allow pinning when offline - Update dependencies
### Dependencies
- Update koin
- Update media3 to v1.1.0

View File

@ -12,8 +12,8 @@ android {
defaultConfig { defaultConfig {
applicationId "org.moire.ultrasonic" applicationId "org.moire.ultrasonic"
versionCode 129 versionCode 130
versionName "4.7.1" versionName "4.8.0"
minSdkVersion versions.minSdk minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk targetSdkVersion versions.targetSdk