Skip to content

Commit

Permalink
Released 2.0.1 stable
Browse files Browse the repository at this point in the history
What's new:
- Better user experience with tabs instead of Navigation Drawer menu.
- It's now easier to find media with the new search bar. You could also ask the Google Assistant with voice commands such as "Play Daft Punk on Odeon".
- Free some device space by listing and deleting songs that you may have not listened to for some time.
  • Loading branch information
thibseisel committed Dec 31, 2019
1 parent 04da97b commit 7044139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ buildscript {
targetSdkVersion = 28

// App Version shared across modules
appVersionCode = 20019
appVersionName = '2.0.1-beta5'
appVersionCode = 200110
appVersionName = '2.0.1'

versions = [
'kotlin' : '1.3.61',
Expand Down Expand Up @@ -53,7 +53,7 @@ buildscript {
'ext_truth' : '1.2.0',
'espresso' : '3.2.0'
],
'dagger' : '2.25.3',
'dagger' : '2.25.4',
'exoplayer' : '2.9.6',
'glide' : '4.10.0',
'kdenticon' : '1.0.0-alpha5',
Expand Down

0 comments on commit 7044139

Please sign in to comment.