From b3ccd4826101aa0a605861a178b2f64105b0578b Mon Sep 17 00:00:00 2001 From: Shinobu Okano Date: Wed, 27 Oct 2021 23:26:03 +0900 Subject: [PATCH] Update 2.1.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bd0cf..7f43037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.0] 2021-10-27 + +* [Update Android dependency lib version](https://github.com/operando/advertising_id/pull/18) + * kotlin + * Android Gradle Plugin + * compileSdkVersion + * play-services-analytics + ## [2.0.0] 2021-04-21 * [Supported the new Android plugins APIs](https://github.com/operando/advertising_id/pull/7) diff --git a/pubspec.yaml b/pubspec.yaml index bafebc7..3dd1917 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.0.0 +version: 2.1.0 homepage: https://github.com/operando/advertising_id repository: https://github.com/operando/advertising_id