Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency to allow latest minor version
`react-native-admob` has a conflict if used alongside my own `react-native-google-analytics-bridge` module. This is because it specifically tries to compile a previous version of the `play-services` dependency (8.3.0). See [this issue](https://github.com/idehub/react-native-google-analytics-bridge/issues/31). I've changed my own module to instead target `8.+` which means every latest minor version (8.x.x). To avoid conflicts with mine, and other modules, I propose doing the same here. Resolves: sbugert#15
- Loading branch information