Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [14.0.0](v13.2.0...v14.0.0) (2024-10-26) * fix(android)!: remove AD_ID permission by removing auto-addition of play-services-iid (#1673) ([5009115](5009115)), closes [#1673](#1673) ### BREAKING CHANGES * removed default fallback getDeviceId via play-services-iid dependency This dependency has the unfortunate side effect of including AD_ID permission, which is not permissible for many types of applications. If you relied on this functionality, you will need to define googlePlayServicesIidVersion in your android gradle build files ext version block. We previously used version 17.0.0 but there may be newer versions you could use if they work for
- Loading branch information