Merge branch 'master' of github.com:blueset/Phonograph
This commit is contained in:
commit
b11ca28108
2 changed files with 19 additions and 6 deletions
|
|
@ -44,18 +44,23 @@ static def getProperty(@Nullable Properties properties, String name) {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.0'
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion '27.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 27
|
||||
|
||||
renderscriptTargetApi 28
|
||||
renderscriptTargetApi 27
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId 'com.kabouzeid.gramophone'
|
||||
versionCode 162
|
||||
versionName '1.1.0'
|
||||
versionCode 163
|
||||
versionName '1.1.1'
|
||||
|
||||
// needed for material intro!
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,14 @@
|
|||
|
||||
<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>
|
||||
<ol>
|
||||
<li><b>NEW:</b> Select all items in a list</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue