F-Droid looks all set for now. Let's start 0.0.22.
This commit is contained in:
parent
e6f5399d53
commit
b78ecaa814
@ -3,9 +3,9 @@
|
|||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
VERSION_CODE := 25
|
VERSION_CODE := 26
|
||||||
VERSION_NUMBER := 0.0.21.1
|
VERSION_NUMBER := 0.0.22-wip
|
||||||
VERSION_NAME := What are we even doing here?
|
VERSION_NAME := Look for the helpers.
|
||||||
|
|
||||||
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
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.unprompted.tildefriends"
|
package="com.unprompted.tildefriends"
|
||||||
android:versionCode="25"
|
android:versionCode="26"
|
||||||
android:versionName="0.0.21.1">
|
android:versionName="0.0.22-wip">
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
<application
|
<application
|
||||||
android:label="Tilde Friends"
|
android:label="Tilde Friends"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#define VERSION_NUMBER "0.0.21.1"
|
#define VERSION_NUMBER "0.0.22-wip"
|
||||||
#define VERSION_NAME "What are we even doing here?"
|
#define VERSION_NAME "Look for the helpers."
|
||||||
|
Loading…
Reference in New Issue
Block a user