mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
7 lines
199 B
Groovy
7 lines
199 B
Groovy
rootProject.name = 'ArtSvgExample'
|
|
|
|
include ':app'
|
|
|
|
include ':react-native-svg'
|
|
project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android')
|