Skip to content

Commit

Permalink
Prepare v2 rc04 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Aug 11, 2021
1 parent e0b45cb commit f060509
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/beta.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Hey! Thanks for using datmusic app!
Please review the app if you like it!

v2.0.0-rc04
- Playback queue bug fixes (+ allow multiple song instances via Play next)
- Smoother adaptive color animation
- Crash fix when network available
- Settings layout fix

v2.0.0-rc03
- Playback bug fixes

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 = 208
const val versionName = "2.0.0-rc03"
const val versionCode = 209
const val versionName = "2.0.0-rc04"
}

0 comments on commit f060509

Please sign in to comment.