Skip to content

Commit

Permalink
fix #16, close #179
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed Dec 21, 2024
1 parent c6bda22 commit 601f303
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,9 @@ This is a release candidate for 3.6.0. Please test it and report any issues.
* Related issues / PRs: #179 #184, #186, #187
* Now requiring Java 17, Gradle 8.9, MinSDKVer 26, AGP 8.7, Kotlin 2.1.0
* Add Swift package manager support for iOS plugin, bump dependencies

## 3.6.0-rc.3

This is a release candidate for 3.6.0. Please test it and report any issues.

* Add support for foreground polling on Android (#16, #179)
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.6.0-rc.2"
version: "3.6.0-rc.3"
flutter_test:
dependency: "direct dev"
description: flutter
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: flutter_nfc_kit
description: Provide NFC functionality on Android, iOS & Web, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
version: 3.6.0-rc.2
version: 3.6.0-rc.3
homepage: "https://github.com/nfcim/flutter_nfc_kit"

environment:
Expand Down

0 comments on commit 601f303

Please sign in to comment.