diff --git a/CHANGELOG.md b/CHANGELOG.md index beada0f..b430132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog --------- -Version 2.4.1 +Version 2.4.4 ------------- - 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 507d328..17db3fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 26 - versionCode 21 + versionCode 22 versionName = getVersionName() testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }