Skip to content

Commit 88cc5de

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Execute android project update in addLibrary
1 parent 72b8dbc commit 88cc5de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/android-project-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
248248
let libProjProp = path.join(libraryPath, "project.properties");
249249
if (this.$fs.exists(libProjProp).wait()) {
250250
this.updateProjectReferences(this.platformData.projectRoot, targetLibPath).wait();
251+
this.runAndroidUpdate(targetLibPath, this.getTarget(this.platformData.projectRoot).wait()).wait();
251252
}
252253
}).future<void>()();
253254
}

0 commit comments

Comments
 (0)