2020-02-11 15:44:17 +01:00
|
|
|
rootProject.name = 'eAMEMu'
|
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|
2023-02-04 12:28:55 +01:00
|
|
|
includeBuild('../node_modules/react-native-gradle-plugin')
|