forked from cory/tildefriends
Now we're 0.0.14-wip.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4652 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
0fbc84d364
commit
1292775a75
@ -3,9 +3,9 @@
|
|||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
VERSION_CODE := 13
|
VERSION_CODE := 14
|
||||||
VERSION_NUMBER := 0.0.13
|
VERSION_NUMBER := 0.0.14-wip
|
||||||
VERSION_NAME := Served on grilled naan or gluten free sweet potato flatbread.
|
VERSION_NAME := Served on apple cider dressed winter greens.
|
||||||
|
|
||||||
PROJECT = tildefriends
|
PROJECT = tildefriends
|
||||||
BUILD_DIR ?= out
|
BUILD_DIR ?= out
|
||||||
|
@ -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="13"
|
android:versionCode="14"
|
||||||
android:versionName="0.0.13">
|
android:versionName="0.0.14-wip">
|
||||||
<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.13"
|
#define VERSION_NUMBER "0.0.14-wip"
|
||||||
#define VERSION_NAME "Served on grilled naan or gluten free sweet potato flatbread."
|
#define VERSION_NAME "Served on apple cider dressed winter greens."
|
||||||
|
Loading…
Reference in New Issue
Block a user