1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 20:42:26 -08:00

Move java/incrementing-version-code to AndroidManifest.xml.in

* admin/admin.el (admin-android-version-code-regexp): New
variable.
(set-version): Modify AndroidManifest.xml.in instead.

* java/AndroidManifest.xml.in (Version-code): Define version
code.

* java/incrementing-version-code: Delete file.
This commit is contained in:
Po Lu 2025-03-05 14:59:19 +08:00
parent 8099dc6e3a
commit 121371a706
3 changed files with 21 additions and 16 deletions

View file

@ -1,12 +0,0 @@
; This file 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 make package downgrades possible. Where an incrementing
; version code is required (for example, for automated F-Droid package
; builds (https://f-droid.org/packages/org.gnu.emacs/)), the version
; code in this file should be referred to and patched in to
; AndroidManifest.xml.
300093000