Added android build and deployment.
This commit is contained in:
BIN
android-icon_background.png
Normal file
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
BIN
android-icon_foreground.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
BIN
android-presplash.jpg
Normal file
BIN
android-presplash.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
24
android.json
Normal file
24
android.json
Normal 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"
|
||||||
|
}
|
||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user