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