react-native-tor/example/android/settings.gradle
2020-11-16 13:20:45 -05:00

7 lines
311 B
Groovy

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