Skip to content

Instantly share code, notes, and snippets.

@CristianMG
Created December 9, 2022 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CristianMG/20c3f491b0eea482378b13ff49bb9d41 to your computer and use it in GitHub Desktop.
Save CristianMG/20c3f491b0eea482378b13ff49bb9d41 to your computer and use it in GitHub Desktop.
Example configuration
{
//ID to identiy compilation by id
"id": "develop",
//Flavor name
"flavor_name": "develop",
// Sign cong
"sign_conf": "release",
// App center api-key
"appcenter_api_key" : "X",
// App center user
"appcenter_user" : "appcenter-user",
"appcenter_app_name": "appcenter-appname",
"appcenter_group": "appcenter-group",
"appcenter_url_release": "public-url-releases",
"teams_web_hook": "teams web hook",
"package_name": "package_name_app",
"json_key_file": "Json key, service account to google play",
"module_name": "module application you will to compile"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment