Skip to content

Commit

Permalink
Update 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
operando committed Dec 4, 2023
1 parent 6d854aa commit debcad7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.6.0] 2023-12-05

* Changed the library used from play-services-analytics to play-services-ads-identifier


## [2.5.0] 2023-08-11

* [AGP 8.X Support](https://github.com/operando/advertising_id/pull/37)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This will add a line like this to your package's pubspec.yaml
```yaml
dependencies:
....
advertising_id: ^2.5.0
advertising_id: ^2.6.0
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: advertising_id
description: A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS) and advertising ID (on Android).
version: 2.5.0
version: 2.6.0
homepage: https://github.com/operando/advertising_id
repository: https://github.com/operando/advertising_id

Expand Down

0 comments on commit debcad7

Please sign in to comment.