Bump version for release

This commit is contained in:
Synced Synapse 2017-09-08 19:19:13 +01:00
parent 876db18023
commit 1a979b3d6e
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
Changelog Changelog
--------- ---------
Version 2.3.0 Version 2.3.1
------------- -------------
- New slide up panel with media controls on information screens - New slide up panel with media controls on information screens
- Added new Favourites section to the navigation side panel
- Remote bottom bar shortcuts now configurable through Settings - Remote bottom bar shortcuts now configurable through Settings
- Added watched indicator to movies and tv shows list - Added watched indicator to movies and tv shows list
- Various UI tweaks, including new colors and icons - Various UI tweaks, including new colors and icons

View File

@ -18,7 +18,7 @@ android {
applicationId "org.xbmc.kore" applicationId "org.xbmc.kore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 25 targetSdkVersion 25
versionCode 16 versionCode 17
versionName = getVersionName() versionName = getVersionName()
} }