build: Let's build 0.0.29.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m5s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m5s
This commit is contained in:
parent
fa7aef0c37
commit
db9bf7f7bd
@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules
|
|||||||
|
|
||||||
VERSION_CODE := 34
|
VERSION_CODE := 34
|
||||||
VERSION_CODE_IOS := 11
|
VERSION_CODE_IOS := 11
|
||||||
VERSION_NUMBER := 0.0.29-wip
|
VERSION_NUMBER := 0.0.29
|
||||||
VERSION_NAME := This program kills fascists.
|
VERSION_NAME := This program kills fascists.
|
||||||
|
|
||||||
IPHONEOS_VERSION_MIN=14.0
|
IPHONEOS_VERSION_MIN=14.0
|
||||||
|
@ -8,3 +8,4 @@
|
|||||||
* Other crash fixes and performance improvements.
|
* Other crash fixes and performance improvements.
|
||||||
* Updates:
|
* Updates:
|
||||||
* CodeMirror
|
* CodeMirror
|
||||||
|
* w3.css
|
||||||
|
@ -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="34"
|
android:versionCode="34"
|
||||||
android:versionName="0.0.29-wip">
|
android:versionName="0.0.29">
|
||||||
<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.0.29-wip"
|
#define VERSION_NUMBER "0.0.29"
|
||||||
#define VERSION_NAME "This program kills fascists."
|
#define VERSION_NAME "This program kills fascists."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user