F-Droid looks all set for now. Let's start 0.0.22.

This commit is contained in:
Cory McWilliams 2024-08-06 12:17:26 -04:00
parent e6f5399d53
commit b78ecaa814
3 changed files with 7 additions and 7 deletions

View File

@ -3,9 +3,9 @@
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules
VERSION_CODE := 25
VERSION_NUMBER := 0.0.21.1
VERSION_NAME := What are we even doing here?
VERSION_CODE := 26
VERSION_NUMBER := 0.0.22-wip
VERSION_NAME := Look for the helpers.
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

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unprompted.tildefriends"
android:versionCode="25"
android:versionName="0.0.21.1">
android:versionCode="26"
android:versionName="0.0.22-wip">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="Tilde Friends"

View File

@ -1,2 +1,2 @@
#define VERSION_NUMBER "0.0.21.1"
#define VERSION_NAME "What are we even doing here?"
#define VERSION_NUMBER "0.0.22-wip"
#define VERSION_NAME "Look for the helpers."