gun/examples/react-native/android/settings.gradle
2018-11-21 05:27:11 +02:00

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'