mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Changed: Change termux support email from termuxreports@groups.io to support@termux.dev
This commit is contained in:
@@ -153,7 +153,7 @@ The main ones are the following.
|
|||||||
- [Termux User Matrix Channel](https://matrix.to/#/#termux_termux:gitter.im) ([Gitter](https://gitter.im/termux/termux))
|
- [Termux User Matrix Channel](https://matrix.to/#/#termux_termux:gitter.im) ([Gitter](https://gitter.im/termux/termux))
|
||||||
- [Termux Dev Matrix Channel](https://matrix.to/#/#termux_dev:gitter.im) ([Gitter](https://gitter.im/termux/dev))
|
- [Termux Dev Matrix Channel](https://matrix.to/#/#termux_dev:gitter.im) ([Gitter](https://gitter.im/termux/dev))
|
||||||
- [Termux Twitter](https://twitter.com/termux/)
|
- [Termux Twitter](https://twitter.com/termux/)
|
||||||
- [Termux Reports Email](mailto:termuxreports@groups.io)
|
- [Termux Support Email](mailto:support@termux.dev)
|
||||||
|
|
||||||
### Wikis
|
### Wikis
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ import java.util.Formatter;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Version: v0.42.0
|
* Version: v0.43.0
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
* Changelog
|
* Changelog
|
||||||
@@ -242,6 +242,9 @@ import java.util.List;
|
|||||||
*
|
*
|
||||||
* - 0.42.0 (2022-04-29)
|
* - 0.42.0 (2022-04-29)
|
||||||
* - Added `APK_RELEASE_TERMUX_DEVS` and `APK_RELEASE_TERMUX_DEVS_SIGNING_CERTIFICATE_SHA256_DIGEST`.
|
* - Added `APK_RELEASE_TERMUX_DEVS` and `APK_RELEASE_TERMUX_DEVS_SIGNING_CERTIFICATE_SHA256_DIGEST`.
|
||||||
|
*
|
||||||
|
* - 0.43.0 (2022-05-29)
|
||||||
|
* - Changed `TERMUX_SUPPORT_EMAIL_URL` to support@termux.dev.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -546,10 +549,10 @@ public final class TermuxConstants {
|
|||||||
|
|
||||||
|
|
||||||
/** Termux support email url */
|
/** Termux support email url */
|
||||||
public static final String TERMUX_SUPPORT_EMAIL_URL = "termuxreports@groups.io"; // Default: "termuxreports@groups.io"
|
public static final String TERMUX_SUPPORT_EMAIL_URL = "support@termux.dev"; // Default: "support@termux.dev"
|
||||||
|
|
||||||
/** Termux support email mailto url */
|
/** Termux support email mailto url */
|
||||||
public static final String TERMUX_SUPPORT_EMAIL_MAILTO_URL = "mailto:" + TERMUX_SUPPORT_EMAIL_URL; // Default: "mailto:termuxreports@groups.io"
|
public static final String TERMUX_SUPPORT_EMAIL_MAILTO_URL = "mailto:" + TERMUX_SUPPORT_EMAIL_URL; // Default: "mailto:support@termux.dev"
|
||||||
|
|
||||||
|
|
||||||
/** Termux Reddit subreddit */
|
/** Termux Reddit subreddit */
|
||||||
|
Reference in New Issue
Block a user