Need help, I got error like this, how to solve this?
I use package:
"react-native": "0.57.5",
"react-native-firebase": "5.2.5",
......
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:preDevDebugBuild'.
Android dependency 'com.google.android.gms:play-services-measurement-base' has different version for the compile (16.0.3) and runtime (16.3.0) classpath. You should manually set the same version via DependencyResolution
BUILD FAILED in 2s
38 actionable tasks: 38 executed
Need help, I got error like this, how to solve this?
I use package:
"react-native": "0.57.5",
"react-native-firebase": "5.2.5",
......