Bump version to 0.3.0
This commit is contained in:
parent
2866618f74
commit
751120e5d8
2 changed files with 9 additions and 2 deletions
|
@ -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 {
|
||||
|
|
7
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue