mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge from savannah/emacs-30
121371a706Move java/incrementing-version-code to AndroidManifest.xm...8099dc6e3aProvide 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:
commit
b06d605bc0
5 changed files with 32 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
-->
|
||||
|
|
|
|||
0
java/incrementing-version-code
Normal file
0
java/incrementing-version-code
Normal file
Loading…
Add table
Add a link
Reference in a new issue