Skip to content

Commit

Permalink
Merge pull request #87 from Jigsaw-Code/daniellacosse/connectivity_ap…
Browse files Browse the repository at this point in the history
…p/android_fix

fix android project path
  • Loading branch information
daniellacosse authored Oct 6, 2023
2 parents b6108d2 + 5cf28be commit 12bb31b
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 12bb31b

Please sign in to comment.