F-Droid looks all set for now. Let's start 0.0.22.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
| @@ -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." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user