Added android build and deployment.

This commit is contained in:
2026-03-18 06:19:19 -04:00
parent 13983ae636
commit e678e8356c
5 changed files with 26 additions and 1 deletions

BIN
android-icon_background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
android-icon_foreground.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
android-presplash.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

24
android.json Normal file
View File

@@ -0,0 +1,24 @@
{
"expansion": false,
"google_play_key": null,
"google_play_salt": null,
"heap_size": "3",
"icon_name": "Souldroid Chat",
"include_pil": false,
"include_sqlite": false,
"layout": null,
"name": "Souldroid Chat",
"numeric_version": 1,
"orientation": "sensorLandscape",
"package": "space.hackenslacker.souldroidchat",
"permissions": [
"VIBRATE",
"INTERNET"
],
"source": false,
"store": "none",
"update_always": true,
"update_icons": true,
"update_keystores": true,
"version": "1.0"
}

View File

@@ -2,7 +2,8 @@
"build_update": false, "build_update": false,
"packages": [ "packages": [
"win", "win",
"linux" "linux",
"mac"
], ],
"add_from": true, "add_from": true,
"force_recompile": true, "force_recompile": true,