We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd068fe commit 96dde8cCopy full SHA for 96dde8c
cli/src/android/update.ts
@@ -302,7 +302,7 @@ export async function handleCordovaPluginsGradle(
302
const kotlinNeeded = await kotlinNeededCheck(config, cordovaPlugins);
303
const kotlinVersionString =
304
config.app.extConfig.cordova?.preferences?.GradlePluginKotlinVersion ??
305
- '1.8.20';
+ '1.9.10';
306
const frameworksArray: any[] = [];
307
let prefsArray: any[] = [];
308
const applyArray: any[] = [];
0 commit comments