From 3eb6f44f9b3c9daa38c191f9a65158bf11366784 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:31:27 -0500 Subject: [PATCH] change gradle filepath --- src/cordova/android/OutlineAndroidLib/outline/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cordova/android/OutlineAndroidLib/outline/build.gradle b/src/cordova/android/OutlineAndroidLib/outline/build.gradle index 89029efcf0..f08084e379 100644 --- a/src/cordova/android/OutlineAndroidLib/outline/build.gradle +++ b/src/cordova/android/OutlineAndroidLib/outline/build.gradle @@ -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).