Skip to content

Commit ee8ba7b

Browse files
authored
fix(cli): make migrate update to 8.0.0 (#8250)
1 parent 441208e commit ee8ba7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/tasks/migrate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const plugins = [
4343
'@capacitor/text-zoom',
4444
'@capacitor/toast',
4545
];
46-
const coreVersion = 'next';
47-
const pluginVersion = 'next';
46+
const coreVersion = '^8.0.0';
47+
const pluginVersion = '^8.0.0';
4848
const gradleVersion = '8.14.3';
4949
const iOSVersion = '15';
5050
const kotlinVersion = '2.2.20';

0 commit comments

Comments
 (0)