Skip to content

Commit

Permalink
Merge branch 'main' into RDMR-91
Browse files Browse the repository at this point in the history
  • Loading branch information
giralte-ionic authored Apr 15, 2024
2 parents 4996c97 + 1b21924 commit 592f37c
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 = '^6.0.0';
const pluginVersion = '^6.0.0';
const gradleVersion = '8.2.1';
let installFailed = false;

Expand Down

0 comments on commit 592f37c

Please sign in to comment.