Skip to content

Commit

Permalink
android fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Oct 6, 2023
1 parent b6108d2 commit 5cf28be
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ android {
}

repositories {
flatDir{
flatDir {
dirs "../capacitor-cordova-android-plugins/src/main/libs", "libs"
dirs "/Users/avaldez/Documents/code/outline-sdk/x/examples/outline-connectivity-app/shared_backend/output"
dirs "../../../shared_backend/output"
}
}

Expand Down

0 comments on commit 5cf28be

Please sign in to comment.