mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 12:50:58 +03:00
Merge branch 'master' into 'develop'
Merge back from master See merge request ultrasonic/ultrasonic!1137
This commit is contained in:
commit
4b99fdb788
@ -1,9 +1,5 @@
|
||||
### Features
|
||||
- Added custom buttons for shuffling the current queue and setting repeat mode (Android Auto)
|
||||
- Properly handling nested directory structures (Android Auto)
|
||||
- Add a toast when adding tracks to the playlist
|
||||
- Allow pinning when offline
|
||||
|
||||
### Dependencies
|
||||
- Update koin
|
||||
- Update media3 to v1.1.0
|
||||
- Improved display of rating stars
|
||||
- Completely modernize all older code parts
|
||||
- Updates for Android 14
|
||||
- Update dependencies
|
@ -12,8 +12,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.moire.ultrasonic"
|
||||
versionCode 129
|
||||
versionName "4.7.1"
|
||||
versionCode 130
|
||||
versionName "4.8.0"
|
||||
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user