Bump version

This commit is contained in:
Synced Synapse 2015-02-17 11:25:08 +00:00
parent 9466d9e0a8
commit 990f963d4c
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,15 @@
Changelog
---------
Version 1.1.0
-------------
- Replace Codec button with Context button on remote. Codec info is now available through a long click on Info button
- Added now playing notification
- Use hardware volume keys to control volume
- Italian translation (by Enrico Strocchi)
- Improved music library sync
- Visual tweaks
Version 1.0.1
-------------
- Fixed bug with In-app purchase key that was crashing Settings screen

View File

@ -8,8 +8,8 @@ android {
applicationId "com.syncedsynapse.kore2"
minSdkVersion 15
targetSdkVersion 21
versionCode 6
versionName "1.0.1"
versionCode 7
versionName "1.1.0"
buildConfigField("String", "IAP_KEY", "\"${rootProject.property("IAP_KEY")}\"")
}