Skip to content

Commit

Permalink
Extend support for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
frimtec committed Dec 28, 2024
1 parent b78e81a commit ac3f9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ You can send an email to [frimtec@gmx.ch](mailto:frimtec@gmx.ch) or [open an iss

[maven-central-shield]: https://maven-badges.herokuapp.com/maven-central/com.github.frimtec/secure-sms-proxy-api/badge.svg
[maven-central]: https://maven-badges.herokuapp.com/maven-central/com.github.frimtec/secure-sms-proxy-api
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
[license-shield]: https://img.shields.io/github/license/frimtec/secure-sms-proxy.svg
[license]: https://opensource.org/licenses/Apache-2.0
[codecov-shield]: https://codecov.io/gh/frimtec/secure-sms-proxy/branch/master/graph/badge.svg?token=3GBTDIFRC7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private void setupAppInfo() {
textView.setText(Html.fromHtml(
"<h2><a href='https://github.com/frimtec/secure-sms-proxy'>Secure SMS Proxy</a></h2>" +
"<p>Version: <b>" + version + "</b><br/>" + "Build: " + build + "</p>" +
"<p>&copy; 2019-2024 <a href='https://github.com/frimtec'>frimTEC</a></p>"
"<p>&copy; 2019-2025 <a href='https://github.com/frimtec'>frimTEC</a></p>"
, Html.FROM_HTML_MODE_COMPACT));
textView.setMovementMethod(LinkMovementMethod.getInstance());
}
Expand Down

0 comments on commit ac3f9c4

Please sign in to comment.