Skip to content

Commit

Permalink
Prepare v2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Aug 21, 2021
1 parent 59050f5 commit a4e6707
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 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,8 @@
v2.0.4
- Flacs! (BETA)
- Navigate to search from playback sheet
- Show audio quality in playback sheet for downloaded songs

v2.0.2
- Fix: downloader corrupting audio files on some devices

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 = 213
const val versionName = "2.0.2"
const val versionCode = 214
const val versionName = "2.0.4"
}

0 comments on commit a4e6707

Please sign in to comment.