From df89bc368b41ec105bb9b57965cd1b094a042ef8 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 13 Jun 2016 08:32:41 -0700 Subject: DSub 5.1.9 Released --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d35db5f7..292a151a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 22 - versionCode 180 - versionName '5.1.8' + versionCode 181 + versionName '5.1.9' setProperty("archivesBaseName", "DSub $versionName") } buildTypes { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index ad1799ea..6f617589 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,6 +1,10 @@ - + + Fix First level artists option + Fix some artist menu items missing + + Improved Search Bar Display songs in root folder Heads Up Setting: Only when out of app -- cgit v1.2.3