diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index fef785ef..54b3fccf 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -98,9 +98,15 @@ + - + + + + diff --git a/assets/flutter_i18n/en.json b/assets/flutter_i18n/en.json index afb6939b..5e712bf9 100644 --- a/assets/flutter_i18n/en.json +++ b/assets/flutter_i18n/en.json @@ -464,6 +464,5 @@ "invalid_email": "Please enter a valid email address (e.g., name@example.com)", "email": "Email", "unable_to_authenticate_with_x": "Unable to authenticate with {0}.", - "unable_to_upload_backup_to_x": "Unable to upload backup to {0}.", - "hello": "Hello" + "unable_to_upload_backup_to_x": "Unable to upload backup to {0}." }