From 733fe20d88a093cb52631294951eedf906a967d0 Mon Sep 17 00:00:00 2001 From: dsn5ft <1420597+dsn5ft@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:20:14 +0000 Subject: [PATCH] [Gradle] Update androidx.activity dependency to version 1.8.0 PiperOrigin-RevId: 570786532 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62a9420fea7..e8876975e3c 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ ext { targetSdkVersion = 33 androidXVersions = [ - activity : '1.8.0-rc01', + activity : '1.8.0', annotation : '1.2.0', appCompat : '1.6.1', cardView : '1.0.0',