react-native-macos/packages/react-native-gradle-plugin
Nicola Corti 95c5e181ad Bump RNGP to 0.72.1 (#35389)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/35389

As the title says, just bumping RNGP

Changelog:
[Internal] [Changed] - Bump RNGP to 0.72.1

Reviewed By: cipolleschi

Differential Revision: D41398920

fbshipit-source-id: 39baadc54c604ababe7f558cc1c1291c08aae983
2022-11-18 04:46:16 -08:00
..
gradle/wrapper Bump Gradle to 7.5.1 (#34359) 2022-08-08 04:03:59 -07:00
src Void the Maven coordinates for react-native and hermes-engine (#35379) 2022-11-18 04:46:16 -08:00
BUCK Create @fb-tools-support/yarn package 2022-01-28 08:22:17 -08:00
README.md Add a README before publishing this package 2021-09-27 09:23:33 -07:00
build.gradle.kts Bump AGP to 7.3.1 (#35100) 2022-10-27 03:33:29 -07:00
gradlew bump gradle to 7.3 (#32588) 2021-11-15 06:47:39 -08:00
gradlew.bat Re-sync with internal repository (#32212) 2021-09-15 10:45:06 +01:00
package.json Bump RNGP to 0.72.1 (#35389) 2022-11-18 04:46:16 -08:00
settings.gradle.kts Format .kts files with ktfmt 2022-06-09 02:50:45 -07:00

README.md

react-native-gradle-plugin

Version

A Gradle Plugin used to support development of React Native applications for Android.

Installation

yarn add react-native-gradle-plugin

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like