Skip to content

Commit

Permalink
Merge pull request #20167 from wordpress-mobile/gutenberg/upgrade-rea…
Browse files Browse the repository at this point in the history
…ct-native-0.73

[Gutenberg] React Native `0.73.3` Upgrade
  • Loading branch information
dcalhoun authored Mar 6, 2024
2 parents 96d72f8 + 62a8d8b commit aa7f848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit aa7f848

Please sign in to comment.