forked from cory/tildefriends
		
	Make a release to make sure F-Droid can pick it up.
This commit is contained in:
		| @@ -3,8 +3,8 @@ | |||||||
| MAKEFLAGS += --warn-undefined-variables | MAKEFLAGS += --warn-undefined-variables | ||||||
| MAKEFLAGS += --no-builtin-rules | MAKEFLAGS += --no-builtin-rules | ||||||
|  |  | ||||||
| VERSION_CODE := 24 | VERSION_CODE := 25 | ||||||
| VERSION_NUMBER := 0.0.21 | VERSION_NUMBER := 0.0.21.1 | ||||||
| VERSION_NAME := What are we even doing here? | VERSION_NAME := What are we even doing here? | ||||||
|  |  | ||||||
| SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip | SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip | ||||||
| @@ -845,7 +845,7 @@ out/apk/TildeFriends-%.fdroid.unsigned.apk: | |||||||
| 	@cd out/apk-fdroid-$(BUILD_TYPE) && zip -X -u ../../$@.zip -q lib/*/libtildefriends.so && cd ../../ | 	@cd out/apk-fdroid-$(BUILD_TYPE) && zip -X -u ../../$@.zip -q lib/*/libtildefriends.so && cd ../../ | ||||||
| 	@mkdir out/apk-fdroid-$(BUILD_TYPE)-raw | 	@mkdir out/apk-fdroid-$(BUILD_TYPE)-raw | ||||||
| 	@for i in $(RAW_FILES); do mkdir -p $$(dirname out/apk-fdroid-$(BUILD_TYPE)-raw/$$i) && cp $$i out/apk-fdroid-$(BUILD_TYPE)-raw/$$i && touch -d @0 out/apk-fdroid-$(BUILD_TYPE)-raw/$$i; done | 	@for i in $(RAW_FILES); do mkdir -p $$(dirname out/apk-fdroid-$(BUILD_TYPE)-raw/$$i) && cp $$i out/apk-fdroid-$(BUILD_TYPE)-raw/$$i && touch -d @0 out/apk-fdroid-$(BUILD_TYPE)-raw/$$i; done | ||||||
| 	@cd out/apk-fdroid-$(BUILD_TYPE)-raw && pwd && ls && zip -X -u ../../$@.zip -q $$(find . -type f | sort) && cd ../../ | 	@cd out/apk-fdroid-$(BUILD_TYPE)-raw && zip -X -u ../../$@.zip -q $$(find . -type f | sort) && cd ../../ | ||||||
| 	@$(ANDROID_BUILD_TOOLS)/zipalign -f 4 $@.zip $@ | 	@$(ANDROID_BUILD_TOOLS)/zipalign -f 4 $@.zip $@ | ||||||
|  |  | ||||||
| out/%.apk: out/apk/%.unsigned.apk | out/%.apk: out/apk/%.unsigned.apk | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ | |||||||
| 	<uses-permission android:name="android.permission.INTERNET"/> | 	<uses-permission android:name="android.permission.INTERNET"/> | ||||||
| 	<application | 	<application | ||||||
| 		android:label="Tilde Friends" | 		android:label="Tilde Friends" | ||||||
| 		android:versionCode="24" | 		android:versionCode="25" | ||||||
| 		android:versionName="0.0.21" | 		android:versionName="0.0.21.1" | ||||||
| 		android:usesCleartextTraffic="true" | 		android:usesCleartextTraffic="true" | ||||||
| 		android:debuggable="false"> | 		android:debuggable="false"> | ||||||
| 		<meta-data android:name="android.max_aspect" android:value="2.1"/> | 		<meta-data android:name="android.max_aspect" android:value="2.1"/> | ||||||
|   | |||||||
| @@ -1,2 +1,2 @@ | |||||||
| #define VERSION_NUMBER "0.0.21" | #define VERSION_NUMBER "0.0.21.1" | ||||||
| #define VERSION_NAME "What are we even doing here?" | #define VERSION_NAME "What are we even doing here?" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user