mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-09 22:43:19 +08:00
8 lines
324 B
Groovy
8 lines
324 B
Groovy
rootProject.name = '@react-native-firebase_tests'
|
|
|
|
include ':jet'
|
|
project(':jet').projectDir = new File(rootProject.projectDir, './../node_modules/jet/android')
|
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|