Android:
- What went wrong: Execution failed for task ':react-native-device-info:processReleaseResources'. > Error: more than one library with package name 'com.google.android.gms.license '
allprojects {
repositories {
configurations.all {
resolutionStrategy {
force "com.google.android.gms:play-services-gcm:11.8.0"
}
}
....
}
}
网友评论