Skip to content

Commit

Permalink
Prepare v2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Aug 16, 2021
1 parent d749c58 commit 64e745f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 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,6 @@
v2.0.2
- Fix: downloader corrupting audio files on some devices

v2.0.0
- Complete rewrite & redesign with dark mode and multiple color palette support
- Multiple search backends: Songs, Artists, Albums & Minerva (cached songs)
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 = 211
const val versionName = "2.0.0"
const val versionCode = 213
const val versionName = "2.0.2"
}

0 comments on commit 64e745f

Please sign in to comment.