react-native/ReactAndroid
Dulmandakh bb6f316c87 Gradle KTS (#24631)
Summary:
Convert root Gradle script to Kotlin DSL, and cleanup. Currently, there is not much benefit or advantage over Groovy scripts, except IDE support and it'll cache compiled KTS scripts on first run.

[Android] [Changed] - Convert root Gradle script to Kotlin DSL, and cleanup.
Pull Request resolved: https://github.com/facebook/react-native/pull/24631

Differential Revision: D15120190

Pulled By: cpojer

fbshipit-source-id: 86691db5c7746e71bb243ebc263c1a3075ee9a9e
2019-04-29 02:41:05 -07:00
..
libs
src android: renamed strings.xml to strings_unlocalized.xml 2019-04-26 15:34:09 -07:00
.npmignore
build.gradle Gradle KTS (#24631) 2019-04-29 02:41:05 -07:00
DevExperience.md
gradle.properties bump android gradle plugin to 3.4.0 (#24463) 2019-04-27 09:43:19 -07:00
proguard-rules.pro
README.md
release.gradle

Building React Native for Android

See the docs on the website.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.