diff --git a/CHANGELOG.md b/CHANGELOG.md index 40af74e8b..d9ffc57dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Testing framework - Stop button to MPD - Very basic android TV support +- LastFM Api key changeable by user in settings menu ### Fixed - Recording in android 10 diff --git a/app/build.gradle b/app/build.gradle index a715481bc..918ee0dc3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,8 +43,8 @@ android { minSdkVersion 16 targetSdkVersion 29 - versionCode 93 - versionName "0.83" + versionCode 94 + versionName "0.84" multiDexEnabled true vectorDrawables.useSupportLibrary = true