Skip to content

Commit

Permalink
Revert google ads library bump to remove AD_ID permission (#1561)
Browse files Browse the repository at this point in the history
### Description
We bumped the ad library version in #1550. However, that version of the
library adds the `AD_ID` permission, forcing our customers to have it as
well, which is not intended. This reverts that bump but keeps the null
pointer exception handling.
  • Loading branch information
tonidero authored Jan 18, 2024
1 parent 4fd14a5 commit edc83c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ recyclerview = "1.2.1"
amazon = "3.0.3"
espresso = "3.4.0"
material = "1.6.0"
adsIdentifier = "18.0.1"
# Note that version 18.0.1 adds the AD_ID permission to the SDK.
# We should not add that permission ourselves, so keeping it at 17.0.1 for now.
adsIdentifier = "17.0.1"
viewmodelCompose = "2.4.0"
paparrazzi = "1.3.1"
coil = "2.4.0"
Expand Down

0 comments on commit edc83c8

Please sign in to comment.