diff options
Diffstat (limited to 'java/AndroidManifest.xml.in')
| -rw-r--r-- | java/AndroidManifest.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index ff811ddf3f1..644f154b53b 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in | |||
| @@ -20,7 +20,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 20 | <!-- targetSandboxVersion must be 1, for otherwise fascist security | 20 | <!-- targetSandboxVersion must be 1, for otherwise fascist security |
| 21 | restrictions prevent Emacs from making HTTP connections. | 21 | restrictions prevent Emacs from making HTTP connections. |
| 22 | 22 | ||
| 23 | Futhermore, versionCode should remain constant, rather than increase | 23 | Furthermore, versionCode should remain constant, rather than increase |
| 24 | with each major release, because it is impossible to downgrade an | 24 | with each major release, because it is impossible to downgrade an |
| 25 | installation with a greater value to an older version of Emacs. --> | 25 | installation with a greater value to an older version of Emacs. --> |
| 26 | 26 | ||