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