Skip to content

Commit

Permalink
Prepare v2.1.92 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Dec 20, 2021
1 parent 3d23750 commit bd15e69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
v2.1.92
- Compact playback info on navigation rail for tablet sized screens
- Improve playback sheet for large screen sizes
- Fix audio info not being displayed on playback sheet

v2.1.9
- Resizable home navigation rail for wide/large screens (landscape mode)
- Fix EditPlaylist reordering bug

v2.1.8
- Fix scroll position restoration on all screens
- Smoother media detail header scroll transition
- Fix crash when clicking non-navigatable queue source

v2.1.7
- Animated lists in playback sheet queue and playlist editor
- Fix crash when clicking non-navigatable queue source
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 = 235
const val versionName = "2.1.9"
const val versionCode = 236
const val versionName = "2.1.92"
}

0 comments on commit bd15e69

Please sign in to comment.