Skip to content

Commit 47cd98e

Browse files
committed
DSub 5.5.3 released
1 parent 0220dde commit 47cd98e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "github.daneren2005.dsub"
88
minSdkVersion 15
99
targetSdkVersion 29
10-
versionCode 207
11-
versionName '5.5.2'
10+
versionCode 208
11+
versionName '5.5.3'
1212
setProperty("archivesBaseName", "DSub $versionName")
1313
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv", "zh"
1414
vectorDrawables.useSupportLibrary = true

app/src/main/res/xml/changelog.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="5.5.3" versioncode="208" releasedate="04/01/2022">
4+
<change>Fix album art with Airsonic 11</change>
5+
<change>Fixed an issue with SSID detection</change>
6+
<change>Fixed some Android Auto issues with browse by tags enabled</change>
7+
</release>
38
<release version="5.5.2" versioncode="206" releasedate="12/03/2020">
49
<change>Update to Android 10 target level</change>
510
<change>Request location permissions if needed for local network check</change>

0 commit comments

Comments
 (0)