diff options
author | Scott Jackson <daneren2005@gmail.com> | 2016-11-28 17:26:18 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2016-11-28 17:26:18 -0800 |
commit | 679130937d15f44f785f135999c71f7b0a431068 (patch) | |
tree | 1dff2d97a190e5db2fa135bc1d52672b7a241e2a | |
parent | f5f3ec171c5532747f64e37ef50f9d28c65f03c9 (diff) | |
download | dsub-679130937d15f44f785f135999c71f7b0a431068.tar.gz dsub-679130937d15f44f785f135999c71f7b0a431068.tar.bz2 dsub-679130937d15f44f785f135999c71f7b0a431068.zip |
DSub 5.3.4 Released
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 83eafe15..30a16246 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "github.daneren2005.dsub" minSdkVersion 14 targetSdkVersion 23 - versionCode 192 - versionName '5.3.3' + versionCode 194 + versionName '5.3.4' setProperty("archivesBaseName", "DSub $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 34697168..11257b04 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="5.3.4" versioncode="193" releasedate="11/28/2016"> + <change>Added toggle for DLNA casting to fix battery issues some users are having on Android 7.0+</change> + <change>Fix rotating screen in offline mode</change> + </release> <release version="5.3.3" versioncode="191" releasedate="11/9/2016"> <change>Add support for Android 7's split screen UI</change> <change>Fix for Android 7 not playing</change> |