Bump version for release

This commit is contained in:
Synced Synapse 2019-02-11 11:20:06 +00:00
parent b824930d8e
commit 851b8b9059
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
---------
Version 2.4.6
Version 2.4.7
-------------
- 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 24
versionCode 25
versionName = getVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}