From ee35c21a20113437441a22a29bbb66cd53166070 Mon Sep 17 00:00:00 2001 From: Synced Synapse Date: Thu, 31 Aug 2017 19:34:57 +0100 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1504d0..e04c5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ 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 ------------- - Redesign settings screen diff --git a/app/build.gradle b/app/build.gradle index 894a794..39928f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 25 - versionCode 15 + versionCode 16 versionName = getVersionName() }