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