Skip to content

Commit

Permalink
Prepare v2.1.96 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Dec 24, 2021
1 parent b654f93 commit 83db6c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
v2.1.96
- Fix crash on search network error caused by snackbar
- Open playback sheet when swipe up detected on playback mini controls

v2.1.95
- Add Shuffle button to media detail screens
- Two column layout for playback sheet on wide screens / landscape mode
- Cache adaptive color results in memory
- Wait for custom theme to load when main activity is creating/restarting

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
- Wait for custom theme to load when main activity is creating/restarting
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 = 237
const val versionName = "2.1.95"
const val versionCode = 238
const val versionName = "2.1.96"
}

0 comments on commit 83db6c3

Please sign in to comment.