Skip to content

Commit e7511f7

Browse files
authored
Merge pull request #197 from nfcim/feature/drop-target-sdk
Feature/drop target sdk
2 parents dd0f43d + 5603d5f commit e7511f7

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
* allow authentication of sector 0 (#157)
178178
* fix data type check in `writeBlock` (#161)
179179

180-
## 3.6.0-rc.5
180+
## 3.6.0-rc.6
181181

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

android/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ android {
3535
}
3636
defaultConfig {
3737
minSdkVersion 26
38-
targetSdk flutter.targetSdkVersion
3938
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4039
}
4140
lintOptions {

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "3.6.0-rc.5"
95+
version: "3.6.0-rc.6"
9696
flutter_test:
9797
dependency: "direct dev"
9898
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_nfc_kit
22
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
3-
version: 3.6.0-rc.5
3+
version: 3.6.0-rc.6
44
homepage: "https://github.com/nfcim/flutter_nfc_kit"
55

66
environment:

0 commit comments

Comments
 (0)