aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2017-04-18 17:54:38 -0700
committerScott Jackson <daneren2005@gmail.com>2017-04-18 17:54:38 -0700
commit03480abfb2bc64026a1d3ef37cc0613263e6779a (patch)
treecf36d76004ec43179dbba3263db3dd8c9bd452fb /app
parentb5c780db8f9e9850489175610fd8ea3f4df0c38b (diff)
downloaddsub-03480abfb2bc64026a1d3ef37cc0613263e6779a.tar.gz
dsub-03480abfb2bc64026a1d3ef37cc0613263e6779a.tar.bz2
dsub-03480abfb2bc64026a1d3ef37cc0613263e6779a.zip
Dsub 5.3.5 released
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/xml/changelog.xml8
2 files changed, 10 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ba47f345..26afb5ea 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
- versionCode 194
- versionName '5.3.4'
+ versionCode 195
+ versionName '5.3.5'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml
index 11257b04..d31f6df6 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="5.3.5" versioncode="195" releasedate="04/18/2016">
+ <change>Add option to scan server for Subsonic 6.1+</change>
+ <change>Enhanced custom playback speed UI (thanks SilentViking)</change>
+ <change>Keep custom playback speed between songs (thanks SilentViking)</change>
+ <change>Auto: Browse full library while parked (thanks hufman)</change>
+ <change>Add bitrate option for 48kpbs</change>
+ <change>Only download playlist when setting to sync if on Wifi</change>
+ </release>
<release version="5.3.4" versioncode="193" releasedate="11/28/2016">
<change>Added toggle for DLNA casting to fix battery issues some users are having on Android 7.0+</change>
<change>Fix rotating screen in offline mode</change>