diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5c9b74682fba..d7121501a33e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -4,6 +4,7 @@ ----- * [*] Block editor: Replacing the media for an image set as featured prompts to update the featured image [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3930] * [*] Block editor: Fixed an issue in sharing images from other apps [https://github.com/wordpress-mobile/WordPress-Android/pull/15864] +* [***] Block editor: Font size and line-height support for text-based blocks used in block-based themes [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4519] 19.1 ----- diff --git a/build.gradle b/build.gradle index 552670691fe8..3de098b5e83d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ ext { coroutinesVersion = '1.5.2' wordPressUtilsVersion = '2.3.0' wordPressLoginVersion = '0.0.8' - gutenbergMobileVersion = 'v1.71.0-alpha2' + gutenbergMobileVersion = 'v1.71.0' storiesVersion = '1.2.1' aboutAutomatticVersion = '0.0.4'