aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/xml/changelog.xml3
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 34743802..339853e6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 23
- versionCode 197
- versionName '5.4'
+ versionCode 198
+ versionName '5.4.1'
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 ec9c4ea4..8aa15153 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="5.4.1" versioncode="198" releasedate="07/29/2018">
+ <change>Fix Android Auto compatibility</change>
+ </release>
<release version="5.4" versioncode="197" releasedate="07/26/2018">
<change>Add option to change rewind/fast forward interval (thanks KBerstene)</change>
<change>Auto: Play entire directory when selecting song (thanks hufman)</change>