launcher icon + Makefile

This commit is contained in:
Mike Schwörer 2024-07-23 20:54:27 +02:00
parent a4dd209f84
commit d2d3602634
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
10 changed files with 39 additions and 2 deletions

11
.gitignore vendored
View File

@ -1,3 +1,14 @@
*.keystore
*.password
########################################
## Gradle:
.gradle/
gradle-app.setting

26
Makefile Normal file
View File

@ -0,0 +1,26 @@
TOOLS=${ANDROID_SDK_ROOT}/build-tools/34.0.0
run:
./gradlew run
release-win:
./gradlew lwjgl3:dist
release:
rm android/build/outputs/apk/release/*
sudo archlinux-java set java-17-openjdk
./gradlew assembleRelease
sudo archlinux-java set java-22-openjdk
$(TOOLS)/zipalign -p 4 android/build/outputs/apk/release/android-release-unsigned.apk android/build/outputs/apk/release/android-release-aligned.apk
$(TOOLS)/zipalign -c 4 android/build/outputs/apk/release/android-release-aligned.apk
cp android/build/outputs/apk/release/android-release-aligned.apk android/build/outputs/apk/release/android-release-signed.apk
$(TOOLS)/apksigner sign --ks-key-alias BFB_identity --ks BFB_identity.keystore --ks-pass pass:$(shell cat BFB_identity.password) android/build/outputs/apk/release/android-release-signed.apk
@echo
@echo
@echo ======================================================================================
@echo file://$(shell pwd)/android/build/outputs/apk/release/
@echo ======================================================================================
@echo
@echo

View File

@ -27,8 +27,8 @@ android {
applicationId 'de.samdev.colorrunner'
minSdkVersion 19
targetSdkVersion 34
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
multiDexEnabled true
}
compileOptions {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 33 KiB

BIN
data/logo.xcf Normal file

Binary file not shown.