Skip to content

Commit f3b3625

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Execute android project update in addLibrary
1 parent cfc4c33 commit f3b3625

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
@@ -243,6 +243,7 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
243243
let libProjProp = path.join(libraryPath, "project.properties");
244244
if (this.$fs.exists(libProjProp).wait()) {
245245
this.updateProjectReferences(this.platformData.projectRoot, targetLibPath).wait();
246+
this.runAndroidUpdate(targetLibPath, this.getTarget(this.platformData.projectRoot).wait()).wait();
246247
}
247248
}).future<void>()();
248249
}

0 commit comments

Comments
 (0)