From 39e6ffa690b36f4ce8de4e4408b459d22e308bd8 Mon Sep 17 00:00:00 2001 From: Synced Synapse Date: Sun, 7 Jun 2020 16:32:12 +0100 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 7 ++++++- app/build.gradle | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d9613..f579268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ Changelog Version 2.5.1 ------------- -- Add support to sharing from Arte video (The European Culture Channel) to Kodi +- Add support for sharing from Arte video (The European Culture Channel) to Kodi +- Add support for sharing from Amazon Prime Videos +- Fix download of media files +- 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 ------------- diff --git a/app/build.gradle b/app/build.gradle index 9448a3e..11ffc6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 29 - versionCode 26 + versionCode 27 versionName = getVersionName() testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'