Skip to content

Commit 72b9e58

Browse files
committed
fix: do not require migration when only the App_Resources are using the pre 4.0 structure
1 parent f1b58ba commit 72b9e58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/controllers/migrate-controller.ts

-4
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
154154
}
155155
}
156156

157-
if (!this.$androidResourcesMigrationService.hasMigrated(projectData.getAppResourcesDirectoryPath())) {
158-
return true;
159-
}
160-
161157
for (const platform in this.$devicePlatformsConstants) {
162158
const hasRuntimeDependency = this.hasRuntimeDependency({ platform, projectData });
163159
if (hasRuntimeDependency && await this.shouldUpdateRuntimeVersion({ targetVersion: this.verifiedPlatformVersions[platform.toLowerCase()], platform, projectData })) {

0 commit comments

Comments
 (0)