aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DSub.iml2
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/xml/changelog.xml5
3 files changed, 8 insertions, 3 deletions
diff --git a/DSub.iml b/DSub.iml
index 786f4b16..ef018f42 100644
--- a/DSub.iml
+++ b/DSub.iml
@@ -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>