8 lines
241 B
Groovy
8 lines
241 B
Groovy
|
rootProject.name = 'react-native-maps'
|
||
|
|
||
|
include ":example-android"
|
||
|
project(":example-android").projectDir = file("./example/android/app")
|
||
|
|
||
|
include ":react-native-maps-lib"
|
||
|
project(":react-native-maps-lib").projectDir = file("./lib/android")
|