Skip to content

Commit aa7f848

Browse files
authored
Merge pull request #20167 from wordpress-mobile/gutenberg/upgrade-react-native-0.73
[Gutenberg] React Native `0.73.3` Upgrade
2 parents 96d72f8 + 62a8d8b commit aa7f848

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE-NOTES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
24.5
44
-----
55
* [*] [internal] Block editor: Remove code associated to Story block [https://github.com/wordpress-mobile/WordPress-Android/pull/20400]
6+
* [**] [internal] Block editor: Upgrade React Native to version 0.73.3 [#20167]
67

78
24.4
89
-----

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222
automatticAboutVersion = '1.4.0'
2323
automatticRestVersion = '1.0.8'
2424
automatticTracksVersion = '3.4.0'
25-
gutenbergMobileVersion = 'v1.115.0-alpha1'
25+
gutenbergMobileVersion = 'v1.115.0-alpha3'
2626
wordPressAztecVersion = 'v2.0'
2727
wordPressFluxCVersion = '2.70.0'
2828
wordPressLoginVersion = '1.14.1'
@@ -91,7 +91,7 @@ ext {
9191
zendeskVersion = '5.1.2'
9292

9393
// react native
94-
facebookReactVersion = '0.71.15'
94+
facebookReactVersion = '0.73.3'
9595

9696
// test
9797
assertjVersion = '3.23.1'

0 commit comments

Comments
 (0)