Skip to content

Commit 4abb7d9

Browse files
committed
fix(android): use absolute path to ensure it is good from every android module
1 parent 5560853 commit 4abb7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/gradle-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ repositories {
291291
})
292292

293293
if (!externalRuntimeExists) {
294-
pluginDependencies.add("libs/runtime-libs")
294+
pluginDependencies.add("$rootDir/app/libs/runtime-libs")
295295
}
296296

297297
def appResourcesPath = getAppResourcesPath()

0 commit comments

Comments
 (0)