diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4c492eaa..e9bd19e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 516ab142..42e62e1d 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -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> |