From 02ec13ca22d21181d57158ea6d701a5a1894fd24 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 5 May 2023 08:36:11 -0400 Subject: [PATCH] Synchronize Gradle dependencies with Android Components --- CHANGELOG.md | 2 ++ build.gradle | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7377e464..b5a2a6ce98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * General * Allow user to configure how verbose the internal logging is ([#2459](https://github.com/mozilla/glean/pull/2459)) +* Kotlin + * Update Kotlin to version 1.8.21 ([#2462](https://github.com/mozilla/glean/pull/2462)) # v52.6.0 (2023-04-20) diff --git a/build.gradle b/build.gradle index a612c26207..a559ecd1a1 100644 --- a/build.gradle +++ b/build.gradle @@ -11,24 +11,24 @@ buildscript { // changing them. Please note that, for using in Android-Components, the // versions below must match the ones in that repository. ext.versions = [ - android_gradle_plugin: '7.4.1', + android_gradle_plugin: '7.4.2', coroutines: '1.6.4', jna: '5.13.0', junit: '4.12', mockito: '3.11.2', mockwebserver: '4.9.1', // This is different than a-c, but we're fine, it's only tests. - kotlin: '1.8.20', - robolectric: '4.9.2', + kotlin: '1.8.21', + robolectric: '4.10.1', rust_android_plugin: '0.9.3', // Android X dependencies - androidx_annotation: '1.5.0', - androidx_appcompat: '1.3.0', - androidx_browser: '1.3.0', - androidx_core: '1.9.0', + androidx_annotation: '1.6.0', + androidx_appcompat: '1.6.1', + androidx_browser: '1.5.0', + androidx_core: '1.10.0', androidx_espresso: '3.5.1', androidx_junit: '1.1.5', - androidx_lifecycle: '2.5.1', + androidx_lifecycle: '2.6.1', androidx_test: '1.5.0', androidx_work: '2.7.1', androidx_uiautomator: '2.2.0',