Skip to content

Commit

Permalink
Update to DSub 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 12, 2020
1 parent 976ed49 commit 0ff92da
Show file tree
Hide file tree
Showing 3 changed files with 9 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 26
versionCode 202
versionName '5.4.4'
versionCode 203
versionName '5.5.0'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
Expand Down
1 change: 1 addition & 0 deletions app/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
-keep class android.support.v7.widget.SearchView { *; }

-dontwarn android.support.**
-dontwarn com.sothree.slidinguppanel.SlidingUpPanelLayout

# DLNA/Cling
-keep class org.fourthline.cling.** { *; }
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.0" versioncode="203" releasedate="09/12/2020">
<change>Fix saving files being broken on Android 11+</change>
<change>Upgrade to Android 8 target level again</change>
<change>Fix playlist created date showing UTC time</change>
<change>Encrypt passwords saved locally</change>
</release>
<release version="5.4.4" versioncode="201" releasedate="09/27/2018">
<change>Reverted back to target SDK 23 to fix service crashes</change>
</release>
Expand Down

0 comments on commit 0ff92da

Please sign in to comment.