Bump version for release

This commit is contained in:
Synced Synapse 2018-01-03 19:56:40 +00:00
parent d0fb6f28b7
commit 6713686604
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
Changelog
---------
Version 2.3.3
-------------
- Fixes for Android Oreo
- Make control pad scalable on smaller devices
- Improve showing text with markup codes on the Now Playing and PVR sections
- Handle playlists shared from YouTube app
- Option to use volume hardware keys anywhere inside Kore
- Bug fixes
Version 2.3.2
-------------
- New slide up panel with media controls on information screens

View File

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