Bump version for release

This commit is contained in:
Synced Synapse 2018-12-27 18:12:11 +00:00
parent 2da6643bb4
commit 6fdc82e60c
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
--------- ---------
Version 2.4.5
-------------
- Improved addons list
- Enable direct sharing of a URL to a specific host
- Bug fixes and UI tweaks
Version 2.4.4 Version 2.4.4
------------- -------------
- Enable playing movies locally on device - Enable playing movies locally on device

View File

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