mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cfacfe8b6c
Summary: For the sake of the playbook, I'm bumping the Gradle Plugin to the latest stable. Specifically a change in how CLI args are parsed (D31908041 (https://github.com/facebook/react-native/commit/70785e3d5a41bc85cea83aec0240e9f11aeff1ff)) was not backward compatible, therefore we need to migrate users to the new version. Changelog: [Internal] [Changed] - Bump gradle-plugin to 0.0.3 Reviewed By: hramos Differential Revision: D32101577 fbshipit-source-id: 9a29b988a4b520a8ece10a90a9a4bedc02ec16ad
31 lines
744 B
JSON
31 lines
744 B
JSON
{
|
|
"name": "react-native-gradle-plugin",
|
|
"version": "0.0.3",
|
|
"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": {
|
|
"react-native-codegen": "*"
|
|
},
|
|
"devDependencies": {}
|
|
}
|