Skip to content

Commit

Permalink
Prepare v2.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Jan 20, 2022
1 parent 59573d5 commit 7223376
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 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,9 @@
v2.2.4
- Navigation animations
- Scrollbars in downloads and playlist detail
- Fix crash when filtering with too many downloads
- Fix network error messages

v2.2.1
- Playlist detail filter: search and sort playlist items
- Persist filter and sort options in downloads and playlist detail across app restarts
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 = 241
const val versionName = "2.2.1"
const val versionCode = 242
const val versionName = "2.2.4"
}

0 comments on commit 7223376

Please sign in to comment.