mirror of https://github.com/tasks/tasks
Add microsoft_config for f-droid, fix proguard
parent
eaab2196e7
commit
be3ca88f46
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"client_id" : "9d4babd5-e7ba-4286-ba4b-17274495a901",
|
||||||
|
"authorization_user_agent" : "DEFAULT",
|
||||||
|
"redirect_uri" : "msauth://org.tasks/xVwQTvk42gGm0o6zNvelaYloFcs%3D",
|
||||||
|
"account_mode" : "MULTIPLE",
|
||||||
|
"authorities" : [
|
||||||
|
{
|
||||||
|
"type": "AAD",
|
||||||
|
"audience": {
|
||||||
|
"type": "AzureADandPersonalMicrosoftAccount",
|
||||||
|
"tenant_id": "common"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"logging": {
|
||||||
|
"level": "info",
|
||||||
|
"logcat_enabled": true,
|
||||||
|
"pii_enabled": false
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue