From 2f6514497cb8f03adacc68fdb1f0c6ed4d3844e8 Mon Sep 17 00:00:00 2001 From: Alashov Berkeli Date: Sat, 18 Dec 2021 07:14:29 -0600 Subject: [PATCH] Prepare v2.1.9 release --- .../play/release-notes/en-GB/production.txt | 17 +++++------------ .../src/main/java/tm/alashow/buildSrc/App.kt | 4 ++-- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 6c40f25b..74fd4c17 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,18 +1,11 @@ +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 - -v2.1.61 -- Album detail year loading fix - -v2.1.6 -- Main audios backend change -- Fix Edit playlist screen's re-ordering handle -- Updated translations - -v2.1.5 -- Backup & restore library database in settings. \ No newline at end of file +- Animated lists in playback sheet queue and playlist editor \ No newline at end of file diff --git a/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt b/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt index 4be095f0..d853016e 100644 --- a/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt +++ b/buildSrc/src/main/java/tm/alashow/buildSrc/App.kt @@ -6,6 +6,6 @@ object App { const val compileSdkVersion = 31 const val targetSdkVersion = 31 const val minSdkVersion = 21 - const val versionCode = 234 - const val versionName = "2.1.8" + const val versionCode = 235 + const val versionName = "2.1.9" }