diff --git a/CHANGELOG.md b/CHANGELOG.md index b430132..ad40736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog --------- +Version 2.4.5 +------------- +- Improved addons list +- Enable direct sharing of a URL to a specific host +- Bug fixes and UI tweaks + Version 2.4.4 ------------- - Enable playing movies locally on device diff --git a/app/build.gradle b/app/build.gradle index 18e8a31..407f1cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 26 - versionCode 22 + versionCode 23 versionName = getVersionName() testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }