Let's start working on 0.0.17.
This commit is contained in:
parent
13d43d8319
commit
402a898d96
@ -3,9 +3,9 @@
|
|||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
VERSION_CODE := 16
|
VERSION_CODE := 17
|
||||||
VERSION_NUMBER := 0.0.16
|
VERSION_NUMBER := 0.0.17-wip
|
||||||
VERSION_NAME := Now with 38% more process.
|
VERSION_NAME := Please enjoy responsibly.
|
||||||
|
|
||||||
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="16"
|
android:versionCode="17"
|
||||||
android:versionName="0.0.16">
|
android:versionName="0.0.17-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.16"
|
#define VERSION_NUMBER "0.0.17-wip"
|
||||||
#define VERSION_NAME "Now with 38% more process."
|
#define VERSION_NAME "Please enjoy responsibly."
|
||||||
|
Loading…
Reference in New Issue
Block a user