Updated build version and changelog.

This commit is contained in:
Karim Abou Zeid 2016-03-20 16:37:45 +01:00
commit 620cc83f54
2 changed files with 11 additions and 3 deletions

View file

@ -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'

View file

@ -25,6 +25,14 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 0.10.0 PREVIEW 1</h3>
<ol>
<li><b>PREVIEW:</b> Folder support.</li>
<li><b>IMPROVEMENT:</b> Updated internal libraries.</li>
<li><b>FIX:</b> Playback doesn't jump to the next song when the screen is off.</li>
</ol>
<h3>Version 0.9.59</h3>
<ol>