Bump version for release

This commit is contained in:
Synced Synapse 2018-07-07 14:10:36 +01:00
parent 94693cb5a5
commit 7346643fb9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"
}