aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2018-08-23 17:38:59 -0700
committerScott Jackson <daneren2005@gmail.com>2018-08-23 17:38:59 -0700
commit96b8676e0f435e73459c048cf9c53a5639b9dfac (patch)
tree7c278ef0f85e585d1b760b6839378a0ee76a8366 /app
parentbdf560352c24e58a371ed878cb96105b69c347b5 (diff)
downloaddsub-96b8676e0f435e73459c048cf9c53a5639b9dfac.tar.gz
dsub-96b8676e0f435e73459c048cf9c53a5639b9dfac.tar.bz2
dsub-96b8676e0f435e73459c048cf9c53a5639b9dfac.zip
DSub 5.4.2 Released
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/xml/changelog.xml5
2 files changed, 7 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3c8e5f45..4c492eaa 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 26
- versionCode 198
- versionName '5.4.1'
+ versionCode 199
+ versionName '5.4.2'
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 8aa15153..516ab142 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
+ <release version="5.4.2" versioncode="199" releasedate="08/23/2018">
+ <change>Implement notification channels</change>
+ <change>Fix lockscreen back/forward controls rewinding/fast forwarding instead</change>
+ <change>Fix Android Auto compatibility</change>
+ </release>
<release version="5.4.1" versioncode="198" releasedate="07/29/2018">
<change>Fix Android Auto compatibility</change>
</release>