Bump version for release (#546)

This commit is contained in:
Synced Synapse 2018-05-26 12:55:06 +01:00 committed by GitHub
parent 7d5113ea26
commit 179e0fb46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changelog
---------
Version 2.4.0
-------------
- Enable playing movies locally on device
- Add new setting to use skip steps instead of seeking in the notification
- Improve sharing from youtube
- Bug fixes and UI tweaks
Version 2.3.3
-------------
- Fixes for Android Oreo

View File

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