From d147bbbe84c2fbb6b4cc7f578c5c1f1e9eeb5cee Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 21 Feb 2023 09:56:07 -0800 Subject: [PATCH] Bump RNGP to 0.72.4 (#36233) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36233 Bump RNGP to 0.72.4 Changelog: [Internal] [Changed] - Bump RNGP to 0.72.4 Reviewed By: cipolleschi, hoxyq Differential Revision: D43445016 fbshipit-source-id: 4d8b0b05da44fb433909ec6be64156234c4e0051 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a57a338e3f0..aa3292d2ac5 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "@react-native-community/cli-platform-android": "10.0.0", "@react-native-community/cli-platform-ios": "10.0.0", "@react-native/assets-registry": "^0.72.0", - "@react-native/gradle-plugin": "^0.72.3", + "@react-native/gradle-plugin": "^0.72.4", "@react-native/js-polyfills": "^0.72.1", "@react-native/normalize-colors": "^0.72.0", "@react-native/virtualized-lists": "^0.72.1",