Skip to content

Commit

Permalink
DSub 5.5.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Apr 2, 2022
1 parent 0220dde commit 47cd98e
Show file tree
Hide file tree
Showing 2 changed files with 7 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 207
versionName '5.5.2'
versionCode 208
versionName '5.5.3'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv", "zh"
vectorDrawables.useSupportLibrary = true
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.5.3" versioncode="208" releasedate="04/01/2022">
<change>Fix album art with Airsonic 11</change>
<change>Fixed an issue with SSID detection</change>
<change>Fixed some Android Auto issues with browse by tags enabled</change>
</release>
<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>
Expand Down

0 comments on commit 47cd98e

Please sign in to comment.