build: Let's build 0.2025.9.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m53s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m53s
This commit is contained in:
@@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules
|
|||||||
|
|
||||||
VERSION_CODE := 43
|
VERSION_CODE := 43
|
||||||
VERSION_CODE_IOS := 17
|
VERSION_CODE_IOS := 17
|
||||||
VERSION_NUMBER := 0.2025.9-wip
|
VERSION_NUMBER := 0.2025.9
|
||||||
VERSION_NAME := This program kills fascists.
|
VERSION_NAME := This program kills fascists.
|
||||||
|
|
||||||
IPHONEOS_VERSION_MIN=14.0
|
IPHONEOS_VERSION_MIN=14.0
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
* Fixed multiple issues with blob wants determination.
|
* Fixed multiple issues with blob replication.
|
||||||
* Fixed some link issues.
|
* Fixed some link encoding issues.
|
||||||
* Fixed some context menus being cut off.
|
* Fixed some context menus being cut off.
|
||||||
* Minor Android fixes.
|
* Minor Android fixes.
|
||||||
* Updates:
|
* Updates:
|
||||||
* CodeMirror
|
* CodeMirror
|
||||||
* OpenSSL 3.5.3
|
* OpenSSL 3.5.3
|
||||||
* QuickJS 2025-09-13
|
* QuickJS 2025-09-13
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
<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="43"
|
android:versionCode="43"
|
||||||
android:versionName="0.2025.9-wip">
|
android:versionName="0.2025.9">
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
<application
|
<application
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
#define VERSION_NUMBER "0.2025.9-wip"
|
#define VERSION_NUMBER "0.2025.9"
|
||||||
#define VERSION_NAME "This program kills fascists."
|
#define VERSION_NAME "This program kills fascists."
|
||||||
|
Reference in New Issue
Block a user