2015-12-07 18:15:01 +00:00
|
|
|
rootProject.name = 'AnimatedGradient'
|
2016-05-06 14:01:04 +00:00
|
|
|
include ':react-native-linear-gradient'
|
2015-12-07 18:15:01 +00:00
|
|
|
project(':react-native-linear-gradient').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-linear-gradient/android')
|
2016-12-26 17:17:01 +00:00
|
|
|
|
|
|
|
include ':app'
|