diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 6 |
2 files changed, 8 insertions, 2 deletions
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 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="5.5.2" versioncode="206" releasedate="12/03/2020"> + <change>Update to Android 10 target level</change> + <change>Request location permissions if needed for local network check</change> + <change>Show new notification on secure lockscreen</change> + <change>Fix fullscreen not being fullscreen after upgrading to Android 9 target level</change> + </release> <release version="5.5.1" versioncode="205" releasedate="10/08/2020"> <change>Update to Android 9 target level</change> <change>Optionally use system default media style notification (on by default - thanks avm99963)</change> |