Bump version for release

This commit is contained in:
Synced Synapse 2015-04-23 19:53:08 +01:00
parent c6322081fe
commit 2e5a27400a
2 changed files with 23 additions and 2 deletions

View File

@ -1,6 +1,27 @@
Changelog Changelog
--------- ---------
Version 1.4.0
-------------
- Added support for sharing from youtube app to Kodi
- Visual tweaks
- Bug fixes
Version 1.3.0
-------------
- Remote redesign
- File browsing
- Fix Wake on Lan issues
- Bug fixes
Version 1.2.1
-------------
- Fix subtitle selection
Version 1.2.0
-------------
- Prepare for Official Remote status
Version 1.1 Version 1.1
----------- -----------
- Brazilian Portuguese translation (by Rafael Rosário @rafaelricado) - Brazilian Portuguese translation (by Rafael Rosário @rafaelricado)

View File

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