diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aaa903..d1e3694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index a0b6e8b..b4d46f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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")}\"") }