forked from cory/tildefriends
		
	build: Let's start work on 0.0.25.
This commit is contained in:
		| @@ -3,9 +3,9 @@ | |||||||
| MAKEFLAGS += --warn-undefined-variables | MAKEFLAGS += --warn-undefined-variables | ||||||
| MAKEFLAGS += --no-builtin-rules | MAKEFLAGS += --no-builtin-rules | ||||||
|  |  | ||||||
| VERSION_CODE := 29 | VERSION_CODE := 30 | ||||||
| VERSION_NUMBER := 0.0.24 | VERSION_NUMBER := 0.0.25-wip | ||||||
| VERSION_NAME := Honey bunches of boats. | VERSION_NAME := Normalize sharing scrappy fiddles. | ||||||
|  |  | ||||||
| SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip | SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip | ||||||
| BUNDLETOOL_URL := https://github.com/google/bundletool/releases/download/1.17.0/bundletool-all-1.17.0.jar | BUNDLETOOL_URL := https://github.com/google/bundletool/releases/download/1.17.0/bundletool-all-1.17.0.jar | ||||||
|   | |||||||
| @@ -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="29" | 	android:versionCode="30" | ||||||
| 	android:versionName="0.0.24"> | 	android:versionName="0.0.25-wip"> | ||||||
| 	<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" | #define VERSION_NUMBER "0.0.25-wip" | ||||||
| #define VERSION_NAME "Honey bunches of boats." | #define VERSION_NAME "Normalize sharing scrappy fiddles." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user