From aaf01ab938e02220d7e6b5cd9329baa3edd02b68 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 7 Feb 2024 16:41:01 +0100 Subject: [PATCH] fix(cli): Migrate variables to newer dependency versions (#7235) --- cli/src/tasks/migrate.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/src/tasks/migrate.ts b/cli/src/tasks/migrate.ts index 38216ab19..dc4071444 100644 --- a/cli/src/tasks/migrate.ts +++ b/cli/src/tasks/migrate.ts @@ -294,15 +294,15 @@ export async function migrateCommand( } const pluginVariables: { [key: string]: string } = { firebaseMessagingVersion: '23.3.1', - playServicesLocationVersion: '21.0.1', + playServicesLocationVersion: '21.1.0', androidxBrowserVersion: '1.7.0', androidxMaterialVersion: '1.10.0', androidxExifInterfaceVersion: '1.3.6', androidxCoreKTXVersion: '1.12.0', - googleMapsPlayServicesVersion: '18.1.0', - googleMapsUtilsVersion: '3.5.3', - googleMapsKtxVersion: '3.4.0', - googleMapsUtilsKtxVersion: '3.4.0', + googleMapsPlayServicesVersion: '18.2.0', + googleMapsUtilsVersion: '3.8.2', + googleMapsKtxVersion: '5.0.0', + googleMapsUtilsKtxVersion: '5.0.0', kotlinxCoroutinesVersion: '1.7.3', coreSplashScreenVersion: '1.0.1', };