diff --git a/CHANGELOG.md b/CHANGELOG.md index ad40736..b0ac617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog --------- -Version 2.4.5 +Version 2.4.6 ------------- - Improved addons list - Enable direct sharing of a URL to a specific host diff --git a/app/build.gradle b/app/build.gradle index bdc9663..b3a5e89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 26 - versionCode 23 + versionCode 24 versionName = getVersionName() testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }