Skip to content

Commit

Permalink
Prepare v2.3.0-beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Sep 11, 2022
1 parent e893eb6 commit 052527e
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/beta.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.3.0-beta.2
- Migrate to Material 3 & add support for Dynamic color palette (only on Android 12+)
- Scroll to last queued download when opening Downloads
- Small bug fixes

v2.3.0-alpha.1
- Swipe actions: swipe left or right audio rows to play next, download, add to playlist, etc.
- Don't queue snackbar message before same message is dismissed.
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 = 33
const val targetSdkVersion = 33
const val minSdkVersion = 21
const val versionCode = 244
const val versionName = "2.3.0-alpha.1"
const val versionCode = 245
const val versionName = "2.3.0-beta.2"
}

0 comments on commit 052527e

Please sign in to comment.