diff --git a/CHANGELOG.md b/CHANGELOG.md index acbb953..beada0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog --------- -Version 2.4.0 +Version 2.4.1 ------------- - Enable playing movies locally on device - Add new setting to use skip steps instead of seeking in the notification diff --git a/app/build.gradle b/app/build.gradle index a2c5d5b..507d328 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 26 - versionCode 20 + versionCode 21 versionName = getVersionName() testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }