diff options
author | Scott Jackson <daneren2005@gmail.com> | 2018-08-23 17:38:59 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2018-08-23 17:38:59 -0700 |
commit | 96b8676e0f435e73459c048cf9c53a5639b9dfac (patch) | |
tree | 7c278ef0f85e585d1b760b6839378a0ee76a8366 | |
parent | bdf560352c24e58a371ed878cb96105b69c347b5 (diff) | |
download | dsub-96b8676e0f435e73459c048cf9c53a5639b9dfac.tar.gz dsub-96b8676e0f435e73459c048cf9c53a5639b9dfac.tar.bz2 dsub-96b8676e0f435e73459c048cf9c53a5639b9dfac.zip |
DSub 5.4.2 Released
-rw-r--r-- | DSub.iml | 2 | ||||
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 5 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module external.linked.project.id="DSub" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> +<module external.linked.project.id="DSub" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4"> <component name="FacetManager"> <facet type="java-gradle" name="Java-Gradle"> <configuration> 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> |