From 79bb4ab02781644400cebc94ca6906dc21782252 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Mon, 6 Dec 2021 22:31:08 +0800 Subject: [PATCH] Bump to v3.2.0 Signed-off-by: Harry Chen --- .gitignore | 1 + CHANGELOG.md | 5 ++++- example/.pubignore | 1 + example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 example/.pubignore diff --git a/.gitignore b/.gitignore index 84594ce..9bc60cd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ build/ doc pubspec.lock +!example/pubspec.lock diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a4f77..d273a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,7 +106,10 @@ * Fix inappropriate non-null type in fields of `NFCTag` (#43) -## Unreleased +## 3.2.0 * Add `makeNdefReadOnly` (#53, thanks to @timnew) * Avoid NFC API calls to block the main thread on Android (#54, thanks to @cyberbobs) +* Bump dependencies of Android plugin and example App (esp. Kotlin 1.6.0) +* Exclude example app in published version to reduce package size + diff --git a/example/.pubignore b/example/.pubignore new file mode 100644 index 0000000..1d085ca --- /dev/null +++ b/example/.pubignore @@ -0,0 +1 @@ +** diff --git a/example/pubspec.lock b/example/pubspec.lock index 00c0e12..223519a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "3.1.0" + version: "3.2.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 33d1546..f3cd88d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_nfc_kit description: Provide NFC functionality on Android and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards -version: 3.1.0 +version: 3.2.0 homepage: "https://github.com/nfcim/flutter_nfc_kit" environment: