From 07ba26528a90be45baf543f00cfd95dc8362f1c1 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 23 Sep 2017 11:19:58 +0200 Subject: [PATCH] Bump version and update changelog. Update support libs. --- app/build.gradle | 8 ++++---- app/src/main/assets/phonograph-changelog.html | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 33fb3333..bae0b45d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 136 - versionName '0.16.0 BETA 4' + versionCode 137 + versionName '0.16.0 BETA 5' } buildTypes { release { @@ -70,7 +70,7 @@ android { } ext { - supportLibVersion = '26.0.2' + supportLibVersion = '26.1.0' } dependencies { @@ -104,7 +104,7 @@ dependencies { compile 'com.afollestad.material-dialogs:core:0.9.4.5' compile 'com.afollestad.material-dialogs:commons:0.9.4.5' compile 'com.afollestad:material-cab:0.1.12' - compile 'com.github.h6ah4i:android-advancedrecyclerview:feature~support_libraries_v26-SNAPSHOT' + compile 'com.github.h6ah4i:android-advancedrecyclerview:7020c4c400' // support lib 26 support compile 'com.github.ksoichiro:android-observablescrollview:1.6.0' compile 'com.squareup.retrofit2:retrofit:2.3.0' compile 'com.squareup.retrofit2:converter-gson:2.3.0' diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index afdb1c8e..62027e05 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,16 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.16.0 BETA 5

+ +
    +
  1. NEW: Tap to hide toolbar in now playing screen
  2. +
  3. IMPROVEMENT: Proper text protection in now playing screen
  4. +
  5. IMPROVEMENT: Rearrange playlist items by dragging the album cover
  6. +
  7. IMPROVEMENT: Cleaned up playlist menus
  8. +
  9. IMPROVEMENT: Shuffle all menu item is back
  10. +
+

Version 0.16.0 BETA 4