diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d7fcc..49ecf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 68cd169..a4ea54b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 26 - versionCode 18 + versionCode 19 versionName = getVersionName() }