Skip to content

Commit

Permalink
Prepare v2.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Oct 23, 2021
1 parent 835c7cd commit e5d7e4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.1.3
- Navigate to queue source from playback sheet
- Edit playlist action icons
- Playback sheet re-appearing on tab change bug fix

v2.1.1
- Now playing audio indication in audio lists
- Smoother playback sheet progress
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/tm/alashow/buildSrc/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ object App {
const val compileSdkVersion = 31
const val targetSdkVersion = 31
const val minSdkVersion = 21
const val versionCode = 220
const val versionName = "2.1.1"
const val versionCode = 221
const val versionName = "2.1.3"
}

0 comments on commit e5d7e4d

Please sign in to comment.