6 lines
216 B
Groovy
6 lines
216 B
Groovy
rootProject.name = 'drip'
|
|
|
|
apply from: file("../node_modules/react-native/node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|