Skip to content

Instantly share code, notes, and snippets.

@balascript
Last active November 23, 2019 02:56
Show Gist options
  • Save balascript/33c7a3831e054af206ae108bfdaf4a07 to your computer and use it in GitHub Desktop.
Save balascript/33c7a3831e054af206ae108bfdaf4a07 to your computer and use it in GitHub Desktop.
sample settings.gradle
// file: android/app/build.gradle
...
dependencies {
...
compile project(':react-native-ble-manager')
}
// file: android/settings.gradle
...
include ':react-native-ble-manager'
project(':react-native-ble-manager').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-ble-manager/android')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment