update: 调整属性顺序

Signed-off-by: huyufei <yufei.hu@castbox.fm>
胡宇飞 2024-08-07 19:48:11 +08:00
parent 959677859c
commit 9395ad6027
1 changed files with 1 additions and 1 deletions

View File

@ -34,9 +34,9 @@ namespace Guru
return new EventSetting()
{
EnableFirebaseAnalytics = true,
EnableGuruAnalytics = true,
EnableFacebookAnalytics = true,
EnableAdjustAnalytics = true,
EnableGuruAnalytics = true
};
}
}