Skip to content

Commit

Permalink
Bump up version code/name and add beta release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed May 21, 2022
1 parent 016fb85 commit baf1a9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Empty file.
Empty file.
10 changes: 5 additions & 5 deletions app/src/main/play/release-notes/en-GB/beta.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v2.1.0-beta01
- Playlists: create & edit local playlists. Add songs from search or create a playlist from any playback queue
- Library tab: currently only playlists, more saveable items to come (artists, albums etc.)
- Redesigned artist/album detail screens
- Premium subscription: testing out first premium feature, a playlist downloader!
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.
- Disable unstable fast scroller
- Fix backup/restore bug
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 = 242
const val versionName = "2.2.4"
const val versionCode = 243
const val versionName = "2.3.0-alpha.1"
}

0 comments on commit baf1a9a

Please sign in to comment.