Skip to content

Commit

Permalink
Merge pull request #56 from MXCzkEVM:cloud_backup
Browse files Browse the repository at this point in the history
Cloud_backup
  • Loading branch information
reasje authored Oct 4, 2024
2 parents ddd5879 + 5c7cd97 commit 5f6c23e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,15 @@
<!-- App Link sample -->
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="mxc1usd.com" android:pathPrefix="/app" />

<data
android:host="mxc1usd.com"
android:pathPrefix="/app/" />

<data android:scheme="https"/>
</intent-filter>
</activity>

Expand Down
3 changes: 1 addition & 2 deletions assets/flutter_i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,5 @@
"invalid_email": "Please enter a valid email address (e.g., [email protected])",
"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}."
}

0 comments on commit 5f6c23e

Please sign in to comment.