Skip to content

Commit

Permalink
fix(cli): Migrate variables to newer dependency versions (#7235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Feb 7, 2024
1 parent 0b93135 commit aaf01ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cli/src/tasks/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};
Expand Down

0 comments on commit aaf01ab

Please sign in to comment.