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 cfc4c33 commit f3b3625Copy full SHA for f3b3625
lib/services/android-project-service.ts
@@ -243,6 +243,7 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
243
let libProjProp = path.join(libraryPath, "project.properties");
244
if (this.$fs.exists(libProjProp).wait()) {
245
this.updateProjectReferences(this.platformData.projectRoot, targetLibPath).wait();
246
+ this.runAndroidUpdate(targetLibPath, this.getTarget(this.platformData.projectRoot).wait()).wait();
247
}
248
}).future<void>()();
249
0 commit comments