Skip to content

Commit

Permalink
Support Android Backup (#378)
Browse files Browse the repository at this point in the history
closes #354
  • Loading branch information
anbraten authored Oct 15, 2024
1 parent c9c2312 commit f31156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<application
android:name=".BaseApplication"
android:allowBackup="false"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
Expand Down

0 comments on commit f31156f

Please sign in to comment.