Skip to content

Commit

Permalink
Dsub 5.4.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 12, 2018
1 parent c29e529 commit 1bf9423
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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 199
versionName '5.4.2'
versionCode 200
versionName '5.4.3'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.4.3" versioncode="200" releasedate="09/11/2018">
<change>Fix more issues from targeting Android O</change>
</release>
<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>
Expand Down

0 comments on commit 1bf9423

Please sign in to comment.