Bump version for release

This commit is contained in:
Synced Synapse 2015-07-30 23:55:01 +01:00
parent b17312d293
commit dab9bc055e
2 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,20 @@
Changelog
---------
Version 1.5.0
-------------
- D-pad buttons can skip forward/backward when media is playing (if EventServer is enabled in the media center's configuration, and accessible in Kodi)
- Added new screen to show all cast in movies and tv shows
- Added vibration option to d-pad buttons
- Add stop button to remote screen
- Fix youtube share behaviour
- Czech translation
- Simplified Chinese translation
- Russian translation
- Basque translation
- Spanish translation
- Bug fixes
Version 1.4.0
-------------
- Added support for sharing from youtube app to Kodi

View File

@ -8,8 +8,8 @@ android {
applicationId "org.xbmc.kore"
minSdkVersion 15
targetSdkVersion 22
versionCode 11
versionName "1.4.0"
versionCode 12
versionName "1.5.0"
}
File keystoreFile = file('keystore.properties')