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