Skip to content

Commit

Permalink
DSub 5.4.2 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Aug 24, 2018
1 parent bdf5603 commit 96b8676
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DSub.iml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 96b8676

Please sign in to comment.