mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 12:05:06 +00:00
6 lines
155 B
Groovy
6 lines
155 B
Groovy
|
rootProject.name = 'TestRN'
|
||
|
|
||
|
include ':app'
|
||
|
include ':test'
|
||
|
project(':test').projectDir = new File(rootProject.projectDir, '../node_modules/test/android')
|