Skip to content

Commit

Permalink
DSub 5.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Dec 4, 2020
1 parent 01e15fe commit c04e82e
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -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
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit c04e82e

Please sign in to comment.