mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-31 05:11:12 +00:00
5 lines
214 B
Groovy
5 lines
214 B
Groovy
rootProject.name = 'rpc'
|
|
|
|
include ':app', ':react-native-webview-bridge'
|
|
project(':react-native-webview-bridge').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-webview-bridge/android')
|