From fc4b3846c58488c5ea2cb4b9698c35a20069695c Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 27 Mar 2016 20:06:55 +0200 Subject: [PATCH] Increased build version, updated changelog and downgraded build tools. --- app/build.gradle | 6 +++--- app/src/main/assets/phonograph-changelog.html | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6a4e7907..682baf70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ android { } } compileSdkVersion 23 - buildToolsVersion '24.0.0 rc1' + buildToolsVersion '23.0.3' defaultConfig { minSdkVersion 16 targetSdkVersion 23 @@ -64,8 +64,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" - versionCode 105 - versionName "0.10.0 PREVIEW 2" + versionCode 106 + versionName "0.10.0 RC" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 38909587..6888c6aa 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,19 @@

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

+

Version 0.10.0 RC

+ +
    +
  1. NEW: More options in the file and folder menus.
  2. +
  3. NEW: Play next option for all bulk actions.
  4. +
  5. IMPROVEMENT: Improved folder loading performance.
  6. +
  7. IMPROVEMENT: New start directory icon.
  8. +
  9. IMPROVEMENT: Synced translations.
  10. +
  11. FIX: Item footer tinting when colored footers are disabled.
  12. +
  13. FIX: Correct tinting of dark toolbar icons.
  14. +
  15. REVERT: Placeholder UI.
  16. +
+

Version 0.10.0 PREVIEW 2