Increased build version, updated changelog and downgraded build tools.

This commit is contained in:
Karim Abou Zeid 2016-03-27 20:06:55 +02:00
commit fc4b3846c5
2 changed files with 16 additions and 3 deletions

View file

@ -55,7 +55,7 @@ android {
} }
} }
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion '24.0.0 rc1' buildToolsVersion '23.0.3'
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 23
@ -64,8 +64,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone" applicationId "com.kabouzeid.gramophone"
versionCode 105 versionCode 106
versionName "0.10.0 PREVIEW 2" versionName "0.10.0 RC"
} }
buildTypes { buildTypes {
release { release {

View file

@ -25,6 +25,19 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p> <p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 0.10.0 RC</h3>
<ol>
<li><b>NEW:</b> More options in the file and folder menus.</li>
<li><b>NEW:</b> Play next option for all bulk actions.</li>
<li><b>IMPROVEMENT:</b> Improved folder loading performance.</li>
<li><b>IMPROVEMENT:</b> New start directory icon.</li>
<li><b>IMPROVEMENT:</b> Synced translations.</li>
<li><b>FIX:</b> Item footer tinting when colored footers are disabled.</li>
<li><b>FIX:</b> Correct tinting of dark toolbar icons.</li>
<li><b>REVERT:</b> Placeholder UI.</li>
</ol>
<h3>Version 0.10.0 PREVIEW 2</h3> <h3>Version 0.10.0 PREVIEW 2</h3>
<ol> <ol>