Skip to content

Commit

Permalink
removed mobile_demo
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Leon <[email protected]>
  • Loading branch information
alberto-instnt committed Sep 3, 2024
1 parent ff08c28 commit b38488c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ updates:

# Maintain dependencies for Gradle
- package-ecosystem: "gradle"
directory: "/aries/agents/mobile_demo/app"
directory: "/aries/agents/android/app"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -87,7 +87,7 @@ updates:

# Maintain dependencies for Gradle
- package-ecosystem: "gradle"
directory: "/aries/agents/mobile_demo"
directory: "/aries/agents/android"
schedule:
interval: "weekly"
day: "monday"
Expand Down
3 changes: 2 additions & 1 deletion aries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
## Aries mobile 📱 components

- [`uniffi-aries-vcx`](wrappers/uniffi-aries-vcx) - UniFFI wrapper for `aries_vcx`.
- [`mobile-demo`](agents/mobile_demo/) - Sample Android App using UniFFI wrapper.
- [`android`](agents/android/) - Sample Android App using UniFFI wrapper.
- [`ios`](agents/ios/) - Sample Android App using UniFFI wrapper.

0 comments on commit b38488c

Please sign in to comment.