Skip to content
Snippets Groups Projects
Commit 94746d85 authored by HARTZ HENRI's avatar HARTZ HENRI
Browse files

feat: add eas config to get apk

parent dbf688f4
Branches
1 merge request!137Feature/142 add sound response
......@@ -13,13 +13,15 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.lykomonix.vili"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.lykomonix.vili"
},
"web": {
"favicon": "./assets/favicon.png"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment