Gradle wrapper files are not updating during migrating to v4 #5990
-
Hi during the migration from capacitor v3 to v3 the Gradle wrapper files don't get updated for some reason (refer to the image below). Can this be neglected by simply upgrading the Gradle version using android studio? Or is there any other way of migration? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Having old gradle files can cause problems, but depends on how old they are, if you were in Capacitor 3 they are probably not very old. |
Beta Was this translation helpful? Give feedback.
Having old gradle files can cause problems, but depends on how old they are, if you were in Capacitor 3 they are probably not very old.
Can you run
cd android && ./gradlew wrapper --distribution-type all --gradle-version 7.4.2 --warning-mode all
and see if it works?That's what the upgrade gradle step does.