react-native/RNTester/android/app
Sunny Luo cdfc346092 Fix wrong root path in RNTester gradle config
Summary:
Currrent(0.54-stable) root path in RNTester gradle config would cause a failure when trying to compile a release version for RNTester:
```
module.js:545
    throw err;
    ^

Error: Cannot find module ’TheParentDirectoryOfCurrentRepo/local-cli/cli.js'
    at Function.Module._resolveFilename (module.js:543:15)
    at Function.Module._load (module.js:470:25)
    at Function.Module.runMain (module.js:690:10)
    at startup (bootstrap_node.js:194:16)
    at bootstrap_node.js:666:3
:RNTester:android:app:bundleReleaseJsAndAssets FAILED
```

[ANDROID] [INTERNAL] [RNTester] - Fix wrong root path in RNTester gradle config
Closes https://github.com/facebook/react-native/pull/18553

Differential Revision: D7488301

Pulled By: mdvacca

fbshipit-source-id: b49a01820957eb77daeca9c0949f662b668f2bd1
2018-04-03 19:28:39 -07:00
..
src/main Add support for Android TV devices 2018-03-06 10:47:02 -08:00
BUCK Skylarkify RN defs. 2018-02-08 09:47:28 -08:00
build.gradle Fix wrong root path in RNTester gradle config 2018-04-03 19:28:39 -07:00
gradle.properties Use afterEvaluate to make gradle bundle task work with configureondemand 2018-03-25 22:03:21 -07:00
proguard-rules.pro Re-license and rename UIExplorer integration test app as RNTester 2017-05-08 11:31:19 -07:00