Preparing to release 0.0.21.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 5m33s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 5m33s
This commit is contained in:
parent
d50f8fbc8b
commit
13f02c2aca
@ -3,9 +3,9 @@
|
|||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
VERSION_CODE := 23
|
VERSION_CODE := 24
|
||||||
VERSION_NUMBER := 0.0.21-wip
|
VERSION_NUMBER := 0.0.21
|
||||||
VERSION_NAME := Psst. Look behind you.
|
VERSION_NAME := What are we even doing here?
|
||||||
|
|
||||||
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip
|
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip
|
||||||
LIBUV_URL := https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz
|
LIBUV_URL := https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz
|
||||||
|
7
metadata/en-US/changelogs/24.txt
Normal file
7
metadata/en-US/changelogs/24.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
* Reworked Android to launch its sandbox processes the prescribed way so that
|
||||||
|
a Google Play-shippable android .aab is possible.
|
||||||
|
* Reworked the build to generate what F-Droid wants, too.
|
||||||
|
* Updated libbacktrace.
|
||||||
|
* Updated CodeMirror.
|
||||||
|
* Updated Android NDK.
|
||||||
|
* Enabled LTO for smaller code sizes.
|
@ -1,2 +1,2 @@
|
|||||||
#define VERSION_NUMBER "0.0.21-wip"
|
#define VERSION_NUMBER "0.0.21"
|
||||||
#define VERSION_NAME "Psst. Look behind you."
|
#define VERSION_NAME "What are we even doing here?"
|
||||||
|
Loading…
Reference in New Issue
Block a user