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")
