Bump version for release

This commit is contained in:
Synced Synapse 2020-06-07 16:32:12 +01:00 committed by Martijn Brekhof
parent 5c76064bab
commit 39e6ffa690
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,12 @@ Changelog
Version 2.5.1 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 Version 2.5.0
------------- -------------

View File

@ -18,7 +18,7 @@ android {
applicationId "org.xbmc.kore" applicationId "org.xbmc.kore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 29 targetSdkVersion 29
versionCode 26 versionCode 27
versionName = getVersionName() versionName = getVersionName()
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'