From c04e82eeb909638e6fc9a8db63f1cc7b83634114 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 3 Dec 2020 18:50:24 -0800 Subject: DSub 5.5.2 release --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 8401ac53..dafc4fbc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 15 targetSdkVersion 29 - versionCode 205 - versionName '5.5.1' + versionCode 206 + versionName '5.5.2' setProperty("archivesBaseName", "DSub $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 8afc22b6..4be2ae36 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,11 @@ + + Update to Android 10 target level + Request location permissions if needed for local network check + Show new notification on secure lockscreen + Fix fullscreen not being fullscreen after upgrading to Android 9 target level + Update to Android 9 target level Optionally use system default media style notification (on by default - thanks avm99963) -- cgit v1.2.3