2017-07-09 17:05:09 +02:00

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'