mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-09 09:30:22 +08:00
- [android] upgrade to Android X - [android] upgrade gradle wrapper to v5.4.1 - [android][ios][tests] remove manual packages & enable auto-linking - [tests][internal] upgrade tests project to RN 60 - [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349 - [linting] switch to use rn community linting rules
8 lines
324 B
Groovy
Executable File
8 lines
324 B
Groovy
Executable File
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'
|