Skip to content

Commit

Permalink
Merge pull request #113 from AppsFlyerSDK/dev/DELIVERY-43697/add_mono…
Browse files Browse the repository at this point in the history
…repo_support

Revert "change to buildDir"
  • Loading branch information
pazlavi authored Feb 26, 2024
2 parents 4b489f9 + 6c682da commit c3b9ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.nio.file.SimpleFileVisitor
import java.nio.file.attribute.BasicFileAttributes

String getPackageJsonPath() {
return findProperty("APPSFLYER_PACKAGE_JSON") ?: "$buildDir/../node_modules/appsflyer-capacitor-plugin/package.json"
return findProperty("APPSFLYER_PACKAGE_JSON") ?: "$rootDir/../node_modules/appsflyer-capacitor-plugin/package.json"
}

def findNodeModulesDir(File currentDir) {
Expand Down

0 comments on commit c3b9ccf

Please sign in to comment.