Skip to content

Commit

Permalink
change gradle filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jan 23, 2024
1 parent d589733 commit 3eb6f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cordova/android/OutlineAndroidLib/outline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
// To make this project editable directly in the source tree, we need to load
// tun2socks.aar from its original path in the third_party directory. We do
// this by relative path:
compileOnly fileTree(dir: '../../../../../third_party/outline-go-tun2socks/android',
compileOnly fileTree(dir: '../../../../../output/build/android',
include: ['tun2socks.aar'])
// Note: A flatDir repository might be preferable, but this is not compatible
// with a composite build (https://github.com/gradle/gradle/issues/911).
Expand Down

0 comments on commit 3eb6f44

Please sign in to comment.