diff options
Diffstat (limited to 'java/incrementing-version-code')
| -rw-r--r-- | java/incrementing-version-code | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/incrementing-version-code b/java/incrementing-version-code new file mode 100644 index 00000000000..fed5b627275 --- /dev/null +++ b/java/incrementing-version-code | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | ; This file contains an Android version code | ||
| 2 | ; (https://developer.android.com/studio/publish/versioning#versioningsettings) | ||
| 3 | ; corresponding to the current Emacs version. | ||
| 4 | ; | ||
| 5 | ; The version code in AndroidManifest.xml.in is hard-coded to a fixed | ||
| 6 | ; value, to make package downgrades possible. Where an incrementing | ||
| 7 | ; version code is required (for example, for automated F-Droid package | ||
| 8 | ; builds (https://f-droid.org/packages/org.gnu.emacs/)), the version | ||
| 9 | ; code in this file should be referred to and patched in to | ||
| 10 | ; AndroidManifest.xml. | ||
| 11 | |||
| 12 | 300093000 | ||