From 8cf6c457ac5e6c6fb69ab755b68c4beba90c8d0e Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 19 Oct 2024 01:12:04 +0000 Subject: [PATCH] Update dependency androidx.activity:activity to v1.9.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dbef8e6a9..6b5647f94 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -218,7 +218,7 @@ dependencies { implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.gridlayout:gridlayout:1.0.0" implementation "androidx.palette:palette:1.0.0" - implementation "androidx.activity:activity:1.9.2" + implementation "androidx.activity:activity:1.9.3" implementation "androidx.fragment:fragment:1.8.4" implementation "androidx.viewpager2:viewpager2:1.1.0"