Merge branch 'master' of github.com:blueset/Phonograph

This commit is contained in:
Eana Hufwe 2018-06-25 22:05:18 +10:00
commit b11ca28108
2 changed files with 19 additions and 6 deletions

View file

@ -44,18 +44,23 @@ static def getProperty(@Nullable Properties properties, String name) {
} }
android { android {
compileSdkVersion 28 compileSdkVersion 27
buildToolsVersion '28.0.0' buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 27
renderscriptTargetApi 28 renderscriptTargetApi 27
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone' applicationId 'com.kabouzeid.gramophone'
versionCode 162 versionCode 163
versionName '1.1.0' versionName '1.1.1'
// needed for material intro!
dataBinding {
enabled = true
}
} }
signingConfigs { signingConfigs {
release { release {

View file

@ -27,6 +27,14 @@
<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 1.1.1</h3>
<ol>
<li><b>NEW:</b> Preference to turn off shuffle mode when selecting new list of songs</li>
<li><b>FIX:</b> Fix app intro crash</li>
<li><b>FIX:</b> Fix a crash for some artist names which contain special characters</li>
<li><b>FIX:</b> Fix loading of very large embedded album art</li>
</ol>
<h3>Version 1.1.0</h3> <h3>Version 1.1.0</h3>
<ol> <ol>
<li><b>NEW:</b> Select all items in a list</li> <li><b>NEW:</b> Select all items in a list</li>