diff --git a/app/build.gradle b/app/build.gradle index 730bb97c..f5e0f090 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" - versionCode 103 - versionName "0.9.59" + versionCode 104 + versionName "0.10.0 PREVIEW 1" manifestPlaceholders = [appName: "@string/app_name"] } @@ -120,7 +120,6 @@ dependencies { transitive = true } - //noinspection GradleDynamicVersion compile 'com.android.support:support-v4:23.2.1' compile 'com.android.support:support-v13:23.2.1' compile 'com.android.support:appcompat-v7:23.2.1' @@ -138,6 +137,7 @@ dependencies { compile 'com.squareup.retrofit2:retrofit:2.0.0' compile 'com.squareup.retrofit2:converter-gson:2.0.0' compile 'com.jakewharton:butterknife:7.0.1' + //noinspection GradleDynamicVersion compile 'com.anjlab.android.iab.v3:library:1.0.+' compile 'de.psdev.licensesdialog:licensesdialog:1.8.0' compile 'com.github.bumptech.glide:glide:3.7.0' diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 735a6f3c..c0a7dd11 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,14 @@

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

+

Version 0.10.0 PREVIEW 1

+ +
    +
  1. PREVIEW: Folder support.
  2. +
  3. IMPROVEMENT: Updated internal libraries.
  4. +
  5. FIX: Playback doesn't jump to the next song when the screen is off.
  6. +
+

Version 0.9.59