diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc432cb7..96fe594fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ Changelog --------- -Version 2.5.2 +Version 2.5.3 ------------- - Add support for SendToKodi - Add support for sharing from Twitch - Allow to disable direct share on a per host basis -- Bug fixes, specifically the error that prevented downloading files from Kodi +- Bug fixes, specifically issues with thumbnails on Kodi Matrix and errors that prevented downloading files from Kodi Version 2.5.1 ------------- @@ -16,7 +16,6 @@ Version 2.5.1 - Support local play of items in the "Files" section - Various improvments and bug fixes: Fix "Play from here" in the "Files" section, refresh of playlists in the remote, sharing local filenames with spaces in the name, support for self-signed certificates, remember last used tab, etc. - Version 2.5.0 ------------- - Include search option in PVR section diff --git a/app/build.gradle b/app/build.gradle index 0a5b7978c..90855f176 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 29 - versionCode 28 + versionCode 29 versionName = getVersionName() testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'