Bump version for release

Upgrade gradle version
This commit is contained in:
Synced Synapse 2016-07-09 16:07:40 +01:00
parent a4f5316c93
commit 1c025cfc82
3 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,18 @@
Changelog Changelog
--------- ---------
Version 2.1.0
-------------
- Add songs tab on Music section and Artist section and support for showing songs without album or artist
- Add addon browsing
- Show artist details when an artist is selected from the list
- New option: pause playing when in a phone call (requires permission to phone state on Android versions < 6.0)
- New option: keep the remote above the lockscreen
- Support for playing Vimeo URLs
- Improve library syncing
- Various UI tweaks
- Bug fixes
Version 2.0.0 Version 2.0.0
------------- -------------
- PVR support - PVR support
@ -10,7 +22,6 @@ Version 2.0.0
- Various tweaks - Various tweaks
- Bug fixes - Bug fixes
Version 1.5.0 Version 1.5.0
------------- -------------
- D-pad buttons can skip forward/backward when media is playing (if EventServer is enabled in the media center's configuration, and accessible in Kodi) - D-pad buttons can skip forward/backward when media is playing (if EventServer is enabled in the media center's configuration, and accessible in Kodi)

View File

@ -18,7 +18,7 @@ android {
applicationId "org.xbmc.kore" applicationId "org.xbmc.kore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 23 targetSdkVersion 23
versionCode 13 versionCode 14
versionName = getVersionName() versionName = getVersionName()
} }

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.android.tools.build:gradle:2.1.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files