Skip to content

Commit

Permalink
Update 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
operando committed Aug 25, 2024
1 parent e9c6410 commit f536dd8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.7.0] 2024/08/26

* [support Objective-C project with Podfile no use_frameworks](https://github.com/operando/advertising_id/pull/27)
* [Remove references to deprecated v1 Android embedding](https://github.com/operando/advertising_id/pull/49)
* [Delete buildTypes release](https://github.com/operando/advertising_id/pull/50)
* [Add Privacy manifest file](https://github.com/operando/advertising_id/pull/51)
* Update versions
* Android Gradle Plugin
* compileSdkVersion
* Gradle
* play-services-ads-identifier


## [2.6.0] 2023-12-05

* Changed the library used from play-services-analytics to play-services-ads-identifier
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.6.0
advertising_id: ^2.7.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.6.0
version: 2.7.0
homepage: https://github.com/operando/advertising_id
repository: https://github.com/operando/advertising_id

Expand Down

0 comments on commit f536dd8

Please sign in to comment.