Bump version for release

This commit is contained in:
Synced Synapse 2017-08-31 19:34:57 +01:00
parent a35f05c735
commit ee35c21a20
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
Changelog Changelog
--------- ---------
Version 2.3.0
-------------
- New slide up panel with media controls on information screens
- Remote bottom bar shortcuts now configurable through Settings
- Added watched indicator to movies and tv shows list
- Various UI tweaks, including new colors and icons
- Bug fixes
Version 2.2.0 Version 2.2.0
------------- -------------
- Redesign settings screen - Redesign settings screen

View File

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