blob: 61dfb87ce662a666d24ac304a7e35c2389ae5be6 (
plain) (
blame)
1
2
3
4
|
rootProject.name = 'OwynLauncherRewrite'
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')
|