Files
instabug-reactnative/InstabugSample/android/settings.gradle
T

6 lines
211 B
Groovy

rootProject.name = 'InstabugSample'
include ':instabug-reactnative'
project(':instabug-reactnative').projectDir = new File(rootProject.projectDir, '../node_modules/instabug-reactnative/android')
include ':app'