diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 2dcf03e5fa53..7ffba1bbcc91 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,7 @@ 18.0 ----- * [*] Need a little help after login? We're here for you. We've made a few changes to the login flow that will make it easier for you to start managing your site or create a new one. +* [*] Enables Support for Global Style Colors with Full Site Editing Themes [https://github.com/wordpress-mobile/WordPress-Android/pull/15002] * [***] Adjusted the image size of Theme Images for more optimal download speeds. [https://github.com/wordpress-mobile/WordPress-Android/pull/15060] 17.9 diff --git a/WordPress/build.gradle b/WordPress/build.gradle index 7597df412004..663af504177e 100644 --- a/WordPress/build.gradle +++ b/WordPress/build.gradle @@ -107,7 +107,7 @@ android { buildConfigField "boolean", "MP4_COMPOSER_VIDEO_OPTIMIZATION", "false" buildConfigField "boolean", "BLOGGING_REMINDERS", "false" buildConfigField "boolean", "MANAGE_CATEGORIES", "false" - buildConfigField "boolean", "GLOBAL_STYLE_SUPPORT", "false" + buildConfigField "boolean", "GLOBAL_STYLE_SUPPORT", "true" buildConfigField "boolean", "ONBOARDING_IMPROVEMENTS", "false" buildConfigField "boolean", "QUICK_START_DYNAMIC_CARDS", "false"