Bump version for release (#614)

This commit is contained in:
Synced Synapse 2019-01-14 11:40:19 +00:00 committed by GitHub
parent 410169e802
commit 0c68ad1610
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
---------
Version 2.4.5
Version 2.4.6
-------------
- Improved addons list
- Enable direct sharing of a URL to a specific host

View File

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