mirror of
https://github.com/RamonGebben/getmehigh-native.git
synced 2026-03-10 08:41:24 +00:00
9 lines
341 B
Groovy
9 lines
341 B
Groovy
rootProject.name = 'getMeHighMobile'
|
|
|
|
include ':app'
|
|
include ':react-native-gmaps', ':app'
|
|
include ':RNMaterialKit'
|
|
|
|
project(':react-native-gmaps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gmaps/android/app')
|
|
project(':RNMaterialKit').projectDir = file('../node_modules/react-native-material-kit/android')
|