mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
6 lines
225 B
Groovy
6 lines
225 B
Groovy
rootProject.name = 'GunDemo'
|
|
include ':react-native-webview-bridge'
|
|
project(':react-native-webview-bridge').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-webview-bridge/android')
|
|
|
|
include ':app'
|