mirror of
https://github.com/status-im/waku-react-native.git
synced 2025-02-22 11:08:07 +00:00
7 lines
321 B
Groovy
7 lines
321 B
Groovy
rootProject.name = 'ReactNativeExample'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
|
|
include ':wakureactnative'
|
|
project(':wakureactnative').projectDir = new File(rootProject.projectDir, '../../android')
|