Skip to content

Commit

Permalink
Merge branch 'main' into android-15
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jul 30, 2024
2 parents 591962e + c84edee commit c5bb8f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog[^1]

## [1.4.2][] (2024-07-30)

Handle a rare exception when unregistering the broadcast listener.

## [1.4.1][] (2024-06-29)

Added metadata for F-Droid.
Expand Down Expand Up @@ -38,7 +42,8 @@ Added translations for 86 languages.

Initial release.

[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.2
[1.4.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.1
[1.4.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.0
[1.3.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "au.id.colby.nfcquicksettings"
minSdk 24
targetSdk 35
versionCode 11
versionName "1.4.2-pre"
versionCode 13
versionName "1.4.3-pre"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit c5bb8f7

Please sign in to comment.