From 1bf94236ba8a5ebd6c3f62a24c1d5b9f904867a1 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 11 Sep 2018 17:09:32 -0700 Subject: Dsub 5.4.3 released --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'app') 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 @@ + + Fix more issues from targeting Android O + Implement notification channels Fix lockscreen back/forward controls rewinding/fast forwarding instead -- cgit v1.2.3