Fix for #965 - don't backup accounts.json

This commit is contained in:
Steph Kraemer
2024-03-01 20:22:33 -05:00
parent f7dfebcbea
commit 123ed6c56d
3 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
<application
android:name=".MastodonApp"
android:allowBackup="true"
android:dataExtractionRules="@xml/backup_rules"
android:label="@string/sk_app_name"
android:supportsRtl="true"
android:localeConfig="@xml/locales_config"