rn-ldk/example/android/settings.gradle
2021-02-28 12:20:53 +00:00

7 lines
295 B
Groovy

rootProject.name = 'RnLdkExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':rnldk'
project(':rnldk').projectDir = new File(rootProject.projectDir, '../../android')