Bump version for release (#556)

This commit is contained in:
Synced Synapse 2018-06-09 19:06:05 +01:00 committed by GitHub
parent e0f99c93c4
commit 4d53a377e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
--------- ---------
Version 2.4.0 Version 2.4.1
------------- -------------
- Enable playing movies locally on device - Enable playing movies locally on device
- Add new setting to use skip steps instead of seeking in the notification - Add new setting to use skip steps instead of seeking in the notification

View File

@ -18,7 +18,7 @@ android {
applicationId "org.xbmc.kore" applicationId "org.xbmc.kore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 26 targetSdkVersion 26
versionCode 20 versionCode 21
versionName = getVersionName() versionName = getVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }