Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions android-holder-tutorial-sample-app/repo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Local SDK repository

This folder is the local Maven repository for the MATTR mDocs Holder SDK. It is
referenced from `settings.gradle.kts` as `maven { url = uri("repo") }`.

To set up the SDK:

1. Unzip the `mobile-credential-holder-<version>.zip` package supplied by MATTR.
2. Drag the unzipped `global` folder into this `repo` folder, so the layout is
`repo/global/...`.
3. Sync the project with Gradle files to pick up the new module.

> The SDK contents (`repo/global/`) are intentionally excluded from version
> control via `.gitignore`. This README keeps the otherwise-empty `repo` folder
> present after cloning or downloading the project.
15 changes: 15 additions & 0 deletions android-in-person-verifier-tutorial-sample-app/repo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Local SDK repository

This folder is the local Maven repository for the MATTR mDocs Verifier SDK. It is
referenced from `settings.gradle.kts` as `maven { url = uri("repo") }`.

To set up the SDK:

1. Unzip the `mobile-credential-verifier-<version>.zip` package supplied by MATTR.
2. Drag the unzipped `global` folder into this `repo` folder, so the layout is
`repo/global/...`.
3. Sync the project with Gradle files to pick up the new module.

> The SDK contents (`repo/global/`) are intentionally excluded from version
> control via `.gitignore`. This README keeps the otherwise-empty `repo` folder
> present after cloning or downloading the project.
15 changes: 15 additions & 0 deletions android-remote-verification-tutorial-sample-app/repo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Local SDK repository

This folder is the local Maven repository for the MATTR mDocs Verifier SDK. It is
referenced from `settings.gradle.kts` as `maven { url = uri("repo") }`.

To set up the SDK:

1. Unzip the `mobile-credential-verifier-<version>.zip` package supplied by MATTR.
2. Drag the unzipped `global` folder into this `repo` folder, so the layout is
`repo/global/...`.
3. Sync the project with Gradle files to pick up the new module.

> The SDK contents (`repo/global/`) are intentionally excluded from version
> control via `.gitignore`. This README keeps the otherwise-empty `repo` folder
> present after cloning or downloading the project.
Loading