mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 14:40:54 +00:00
6 lines
211 B
Groovy
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'
|