mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: We need to bump & publish a new version of the Gradle Plugin. This is needed otherwise the template will break as I start to remove entries from the `Android-prebuilt.cmake` file Changelog: [Internal] [Changed] - Bump react-native-gradle-plugin to 0.71.2 Reviewed By: lunaleaps, mdvacca Differential Revision: D39815785 fbshipit-source-id: b140187971e2f963ef459e9c83ce9a76e67c89bd
29 lines
710 B
JSON
29 lines
710 B
JSON
{
|
|
"name": "react-native-gradle-plugin",
|
|
"version": "0.71.2",
|
|
"description": "⚛️ Gradle Plugin for React Native",
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/react-native-gradle-plugin"
|
|
},
|
|
"scripts": {
|
|
"build": "./gradlew build",
|
|
"clean": "./gradlew clean",
|
|
"test": "./gradlew check"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"settings.gradle.kts",
|
|
"build.gradle.kts",
|
|
"gradle",
|
|
"gradlew",
|
|
"gradlew.bat",
|
|
"src/main",
|
|
"README.md"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|