Skip to content

Commit 9e8c340

Browse files
committed
fix rootDir path variable
1 parent 3e4afc3 commit 9e8c340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/project-template-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def renameResultApks (variant) {
101101
task getDevDependencies << {
102102
println "$configStage getDevDependencies"
103103

104-
String content = new File("$rootDir/../../package.json").getText("UTF-8")
104+
String content = new File("$projectDir/../../package.json").getText("UTF-8")
105105
def jsonSlurper = new JsonSlurper()
106106
def packageJsonMap = jsonSlurper.parseText(content)
107107

0 commit comments

Comments
 (0)