Skip to content

Commit

Permalink
chore(release): 14.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Oct 26, 2024
1 parent 5009115 commit b5517cb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [14.0.0](https://github.com/react-native-device-info/react-native-device-info/compare/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](https://github.com/react-native-device-info/react-native-device-info/commit/500911526869a4e5cb3443174e3b5b241603b33d)), closes [#1673](https://github.com/react-native-device-info/react-native-device-info/issues/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

# [13.2.0](https://github.com/react-native-device-info/react-native-device-info/compare/v13.1.0...v13.2.0) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-device-info",
"version": "13.2.0",
"version": "14.0.0",
"description": "Get device information using react-native",
"react-native": "src/index.ts",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit b5517cb

Please sign in to comment.