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 72b8dbc commit 88cc5deCopy full SHA for 88cc5de
lib/services/android-project-service.ts
@@ -248,6 +248,7 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
248
let libProjProp = path.join(libraryPath, "project.properties");
249
if (this.$fs.exists(libProjProp).wait()) {
250
this.updateProjectReferences(this.platformData.projectRoot, targetLibPath).wait();
251
+ this.runAndroidUpdate(targetLibPath, this.getTarget(this.platformData.projectRoot).wait()).wait();
252
}
253
}).future<void>()();
254
0 commit comments