Skip to content

Commit

Permalink
chore(cli): Make migrate update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 11, 2024
1 parent 3f96ff9 commit fafb512
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/src/tasks/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const plugins = [
'@capacitor/dialog',
'@capacitor/filesystem',
'@capacitor/geolocation',
'@capacitor/google-maps',
'@capacitor/haptics',
'@capacitor/keyboard',
'@capacitor/local-notifications',
Expand All @@ -50,8 +49,8 @@ const plugins = [
'@capacitor/text-zoom',
'@capacitor/toast',
];
const coreVersion = 'next';
const pluginVersion = 'next';
const coreVersion = 'latest';
const pluginVersion = 'latest';
const gradleVersion = '8.2.1';
let installFailed = false;

Expand Down

0 comments on commit fafb512

Please sign in to comment.