Listify/Listify/amplify/.config/project-config.json
NMerz 63d06b46c2 auth skeleton
Include Amplify SDK, test basic auth functions, and setup framework for internal, synchronous interface.
2020-09-19 15:01:21 -04:00

13 lines
198 B
JSON

{
"projectName": "Listify",
"version": "3.0",
"frontend": "android",
"android": {
"config": {
"ResDir": "app/src/main/res"
}
},
"providers": [
"awscloudformation"
]
}