Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
firebase-messaging has always included play-services-base but in 24.0.0 they changed this to runtime. This means we needed to start including `play-services-base` in our `build.gradle`, however we are doing so as `compileOnly` so we don't upgrade or downgrade the version in the customer's app.
- Loading branch information