diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ecf07..acbb953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog --------- +Version 2.4.0 +------------- +- Enable playing movies locally on device +- Add new setting to use skip steps instead of seeking in the notification +- Improve sharing from youtube +- Bug fixes and UI tweaks + Version 2.3.3 ------------- - Fixes for Android Oreo diff --git a/app/build.gradle b/app/build.gradle index cd74f75..a2c5d5b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 26 - versionCode 19 + versionCode 20 versionName = getVersionName() testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }