react-native-blur/example/android/settings.gradle

6 lines
167 B
Groovy
Raw Normal View History

2019-03-26 18:52:44 +00:00
rootProject.name = 'example'
include ':react-native-blur'
project(':react-native-blur').projectDir = new File(rootProject.projectDir, '../../android')
include ':app'