From 3a184cc889e6651dc3aae04a91e747372351842d Mon Sep 17 00:00:00 2001 From: Oguz Kocer Date: Thu, 7 Jul 2022 12:13:03 -0400 Subject: [PATCH] Update our dependencies to AGP 7.2.1 tagged version --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4a50519aab8..e72a924e009 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ tasks.register("installGitHooks", Copy) { } ext { - fluxCVersion = '2454-3457772fa66619f4e33ac7bb318c49fc4540500a' + fluxCVersion = 'trunk-f44a381615f6d850e9c95071469424fbde6daff8' glideVersion = '4.13.2' coilVersion = '2.1.0' constraintLayoutVersion = '1.2.0' @@ -98,10 +98,10 @@ ext { appCompatVersion = '1.4.1' materialVersion = '1.6.1' hiltJetpackVersion = '1.0.0' - wordPressUtilsVersion = '107-a37619ac2b7703becf2554d31c09c6487c04b56f' - mediapickerVersion = '57-30f4f719646c29893f58f75a96dfb28d3e25bb68' - wordPressLoginVersion = '86-9966060c0483344c699636ee53def4bcd3603c65' - aboutAutomatticVersion = '36-e6c8e93e564a857b3c1dd3d2588a0114c36fad40' + wordPressUtilsVersion = '2.6.0' + mediapickerVersion = '0.1.0' + wordPressLoginVersion = '0.15.0' + aboutAutomatticVersion = '0.0.6' // Compose and its module versions need to be consistent with each other (for example 'compose-theme-adapter') composeVersion = "1.1.1"