Skip to content

Commit

Permalink
Exclude devices without NFC hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 20, 2023
1 parent a4e94b6 commit 84ba15b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][]

## [1.2.1][] (2023-10-20)

Exclude devices without NFC hardware.

## [1.2.0][] (2023-10-14)

Support for Android 14.
Expand All @@ -14,7 +18,8 @@ Added translations for 86 languages.

Initial release.

[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.2.0
[1.2.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.2.0
[1.1.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.1.0
[1.0.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdk 24
targetSdk 34
versionCode 5
versionName "1.2.0-post"
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-feature android:name="android.hardware.nfc" android:required="true" />

<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
Expand Down

0 comments on commit 84ba15b

Please sign in to comment.