我正在安装react-native-maps. 在安装指南中,在第 3.1 节的Android上的构建配置中,它显示:
buildscript {
ext {
buildToolsVersion = "xxx"
minSdkVersion = xxx
compileSdkVersion = xxx
targetSdkVersion = xxx
supportLibVersion = "xxx"
playServicesVersion = "xxx" // or set latest version
androidMapsUtilsVersion = "xxx"
}
}
...
Run Code Online (Sandbox Code Playgroud)
我怎样才能得到 supportLibVersion,playServicesVersion 和androidMapsUtilsVersion值?
javascript google-play-services react-native react-native-android react-native-maps