Calling it 0.0.18.
This commit is contained in:
parent
a947396bad
commit
b7b5d4f1a5
@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables
|
|||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
VERSION_CODE := 18
|
VERSION_CODE := 18
|
||||||
VERSION_NUMBER := 0.0.18-wip
|
VERSION_NUMBER := 0.0.18
|
||||||
VERSION_NAME := Celebrating totality for upwards of 3m1.4s.
|
VERSION_NAME := Celebrating totality for upwards of 3m1.4s.
|
||||||
|
|
||||||
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip
|
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip
|
||||||
|
@ -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="18"
|
android:versionCode="18"
|
||||||
android:versionName="0.0.18-wip">
|
android:versionName="0.0.18">
|
||||||
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
|
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
|
||||||
<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.18-wip"
|
#define VERSION_NUMBER "0.0.18"
|
||||||
#define VERSION_NAME "Celebrating totality for upwards of 3m1.4s."
|
#define VERSION_NAME "Celebrating totality for upwards of 3m1.4s."
|
||||||
|
Loading…
Reference in New Issue
Block a user