1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Merge from savannah/emacs-30

121371a706 Move java/incrementing-version-code to AndroidManifest.xm...
8099dc6e3a Provide an Android version code derived from the Emacs ve...
59fcb2aa1b ; * lisp/register.el (register-use-preview): Doc fix (bug...
0383937a70 ; Improve documentation of 'shortdoc'
This commit is contained in:
Po Lu 2025-03-05 15:00:22 +08:00
commit b06d605bc0
5 changed files with 32 additions and 3 deletions

View file

@ -338,3 +338,18 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
android:label="GNU Emacs service"/>
</application>
</manifest>
<!-- Auto-incrementing version code.
This comment contains an Android version code
(https://developer.android.com/studio/publish/versioning#versioningsettings)
corresponding to the current Emacs version. The version code in
AndroidManifest.xml.in is hard-coded to a fixed value to facilitate
package downgrades. Some automated systems employed by Android package
repositories require an incrementing numeric version code to detect
upgrades, which is provided here and is altered by admin/admin.el.
Refer to e.g. https://forum.f-droid.org/t/emacs-packaging/30424/25.
Version-code: 300050000
-->

View file