We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4cd98 commit bda5fe4Copy full SHA for bda5fe4
test-app/app/build.gradle
@@ -154,6 +154,12 @@ repositories {
154
def pluginDependencies = nativescriptDependencies.collect {
155
"$rootDir/${it.directory}/$PLATFORMS_ANDROID"
156
}
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
163
if (!externalRuntimeExists) {
164
pluginDependencies.add("libs/runtime-libs")
165
0 commit comments