diff --git a/cli/src/tasks/migrate.ts b/cli/src/tasks/migrate.ts index ff14c7dee..36c66e5b1 100644 --- a/cli/src/tasks/migrate.ts +++ b/cli/src/tasks/migrate.ts @@ -34,7 +34,6 @@ const plugins = [ '@capacitor/dialog', '@capacitor/filesystem', '@capacitor/geolocation', - '@capacitor/google-maps', '@capacitor/haptics', '@capacitor/keyboard', '@capacitor/local-notifications', @@ -50,8 +49,8 @@ const plugins = [ '@capacitor/text-zoom', '@capacitor/toast', ]; -const coreVersion = 'next'; -const pluginVersion = 'next'; +const coreVersion = '^6.0.0'; +const pluginVersion = '^6.0.0'; const gradleVersion = '8.2.1'; let installFailed = false;