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 ff12734 commit bd9c46eCopy full SHA for bd9c46e
lib/services/android-project-service.ts
@@ -168,7 +168,6 @@ class AndroidProjectService implements IPlatformProjectService {
168
}
169
170
private parseProjectProperties(projDir: string, destDir: string): void {
171
-
172
var projProp = path.join(projDir, "project.properties");
173
174
if (!this.$fs.exists(projProp).wait()) {
0 commit comments