contact_app/android/settings.gradle

5 lines
254 B
Groovy
Raw Normal View History

2023-06-07 09:06:58 +07:00
rootProject.name = 'contact_app'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/react-native-gradle-plugin')