Skip to content

Commit e9db802

Browse files
committed
Bump version for release
1 parent 7b63c08 commit e9db802

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Changelog
22
---------
33

4-
Version 2.5.2
4+
Version 2.5.3
55
-------------
66
- Add support for SendToKodi
77
- Add support for sharing from Twitch
88
- Allow to disable direct share on a per host basis
9-
- Bug fixes, specifically the error that prevented downloading files from Kodi
9+
- Bug fixes, specifically issues with thumbnails on Kodi Matrix and errors that prevented downloading files from Kodi
1010

1111
Version 2.5.1
1212
-------------
@@ -16,7 +16,6 @@ Version 2.5.1
1616
- Support local play of items in the "Files" section
1717
- Various improvments and bug fixes: Fix "Play from here" in the "Files" section, refresh of playlists in the remote, sharing local filenames with spaces in the name, support for self-signed certificates, remember last used tab, etc.
1818

19-
2019
Version 2.5.0
2120
-------------
2221
- Include search option in PVR section

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
applicationId "org.xbmc.kore"
1919
minSdkVersion 15
2020
targetSdkVersion 29
21-
versionCode 28
21+
versionCode 29
2222
versionName = getVersionName()
2323
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2424

0 commit comments

Comments
 (0)