Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gutenberg] React Native 0.73.3 Upgrade #20167

Merged
merged 12 commits into from
Mar 6, 2024
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
24.5
-----
* [*] [internal] Block editor: Remove code associated to Story block [https://github.com/wordpress-mobile/WordPress-Android/pull/20400]
* [**] [internal] Block editor: Upgrade React Native to version 0.73.3 [#20167]

24.4
-----
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
automatticAboutVersion = '1.4.0'
automatticRestVersion = '1.0.8'
automatticTracksVersion = '3.4.0'
gutenbergMobileVersion = 'v1.115.0-alpha1'
gutenbergMobileVersion = 'v1.115.0-alpha3'
wordPressAztecVersion = 'v2.0'
wordPressFluxCVersion = '2.70.0'
wordPressLoginVersion = '1.14.1'
Expand Down Expand Up @@ -91,7 +91,7 @@ ext {
zendeskVersion = '5.1.2'

// react native
facebookReactVersion = '0.71.15'
facebookReactVersion = '0.73.3'

// test
assertjVersion = '3.23.1'
Expand Down
Loading