https://github.com/rhdeck/react-native-update-gradle
React-Native plugin to update gradle version for latest Android Developer Studio
https://github.com/rhdeck/react-native-update-gradle
Last synced: 8 months ago
JSON representation
React-Native plugin to update gradle version for latest Android Developer Studio
- Host: GitHub
- URL: https://github.com/rhdeck/react-native-update-gradle
- Owner: rhdeck
- License: mit
- Created: 2018-07-26T22:23:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T19:11:35.000Z (over 7 years ago)
- Last Synced: 2024-09-28T19:41:47.380Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-update-gradle
React-native plugin to update gradle version. Checks your project-level gradle files to update as necessary. Fires on link.
# Usage
```
yarn add react-native-update-gradle
react-native link
```
# Notes
I created this to enable better support for Kotlin-based RN modules, which require a gradle version a touch newer than the RN hello world template.