mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2025-02-08 05:45:34 +00:00
7 lines
246 B
Groovy
7 lines
246 B
Groovy
rootProject.name = 'AnimatedGradient'
|
|
|
|
include ':app'
|
|
|
|
include ':app', ':react-native-linear-gradient'
|
|
project(':react-native-linear-gradient').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-linear-gradient/android')
|