Skip to content

Commit bda5fe4

Browse files
petekanevPlamen5kov
authored andcommitted
add jars and aar files from platforms/android/libs in plugins
1 parent fb4cd98 commit bda5fe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test-app/app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ repositories {
154154
def pluginDependencies = nativescriptDependencies.collect {
155155
"$rootDir/${it.directory}/$PLATFORMS_ANDROID"
156156
}
157+
158+
// some plugins may have their android dependencies in a /libs subdirectory
159+
pluginDependencies.addAll(nativescriptDependencies.collect {
160+
"$rootDir/${it.directory}/$PLATFORMS_ANDROID/libs"
161+
})
162+
157163
if (!externalRuntimeExists) {
158164
pluginDependencies.add("libs/runtime-libs")
159165
}

0 commit comments

Comments
 (0)