Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfsfitvnm committed Jul 29, 2022
1 parent 2866618 commit 751120e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "it.vfsfitvnm.vimusic"
minSdk = 21
targetSdk = 32
versionCode = 10
versionName = "0.2.1"
versionCode = 11
versionName = "0.3.0"
}

splits {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* The radio can now be started from the playing song
* The queue can now be shuffled
* The collapsed player can now be dismissed to stop the playback
* The player is automatically expanded when a new queue is started
* The player is automatically expanded when opening the app when clicking the playback notification
* Many age restricted videos can now be played
* The player and settings UIs have been redesigned

0 comments on commit 751120e

Please sign in to comment.