From 2557b6950b639069a49f7b30f8e5f955b67fe0c5 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Sat, 22 Jan 2022 22:39:58 +0530 Subject: [PATCH] Bump version code --- app/build.gradle | 4 ++-- app/src/main/assets/retro-changelog.html | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 237fa1b0e..c70de5168 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "code.name.monkey.retromusic" - versionCode 10560 - versionName '5.6.4' + versionCode 10563 + versionName '5.7.0' buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"") } diff --git a/app/src/main/assets/retro-changelog.html b/app/src/main/assets/retro-changelog.html index 510e5796b..6fdfc4e0d 100644 --- a/app/src/main/assets/retro-changelog.html +++ b/app/src/main/assets/retro-changelog.html @@ -65,17 +65,21 @@
-
January 15, 2022
-

v5.6.4

+
January 23, 2022
+

v5.7.0

What's New

Fixed

@@ -84,6 +88,7 @@
  • Fixed Shuffle FAB going behind Mini Player
  • Fixed crashes on Pre-marshmallow devices
  • Blacklisted songs can't be played after opening from outside the app
  • +
  • Fixed various small bugs and some minor improvements