Skip to content

Commit

Permalink
fix: make migrate use 7.0.0 (#7837)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 21, 2025
1 parent cdc5b51 commit 5dc309e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/tasks/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const plugins = [
'@capacitor/text-zoom',
'@capacitor/toast',
];
const coreVersion = 'next';
const pluginVersion = 'next';
const coreVersion = '^7.0.0';
const pluginVersion = '^7.0.0';
const gradleVersion = '8.11.1';
let installFailed = false;

Expand Down

0 comments on commit 5dc309e

Please sign in to comment.