build: Let's build 0.0.24.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m58s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m58s
This commit is contained in:
parent
77ff8cef1f
commit
1f40e8dcd9
@ -3,8 +3,8 @@
|
|||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
VERSION_CODE := 28
|
VERSION_CODE := 29
|
||||||
VERSION_NUMBER := 0.0.24-wip
|
VERSION_NUMBER := 0.0.24
|
||||||
VERSION_NAME := Honey bunches of boats.
|
VERSION_NAME := Honey bunches of boats.
|
||||||
|
|
||||||
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip
|
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip
|
||||||
|
@ -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="28"
|
android:versionCode="29"
|
||||||
android:versionName="0.0.24-wip">
|
android:versionName="0.0.24">
|
||||||
<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.24-wip"
|
#define VERSION_NUMBER "0.0.24"
|
||||||
#define VERSION_NAME "Honey bunches of boats."
|
#define VERSION_NAME "Honey bunches of boats."
|
||||||
|
Loading…
Reference in New Issue
Block a user