From f536dd8e87e7861d2957a4d423a4b7ec9c061b0d Mon Sep 17 00:00:00 2001 From: Shinobu Okano Date: Mon, 26 Aug 2024 01:56:29 +0900 Subject: [PATCH] Update 2.7.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac192b..ef24579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4b41894..cbbcdb2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 2532ed8..85d7a13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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