Skip to content

Commit

Permalink
RC 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzugen committed Oct 18, 2023
1 parent 601d0cc commit 69fc9b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions fastlane/metadata/android/en-US/changelogs/130.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions ultrasonic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69fc9b9

Please sign in to comment.