From 933d84a23091d6ad2df7f0e07450d0e9257ac20e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 28 Sep 2022 10:06:30 +0200 Subject: [PATCH] androidx.activity:activity:1.6.0 --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 41a2ffc4bb..ae66f81ffa 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -51,7 +51,7 @@ ext.libs = [ 'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines" ], androidx : [ - 'activity' : "androidx.activity:activity:1.5.1", + 'activity' : "androidx.activity:activity:1.6.0", 'appCompat' : "androidx.appcompat:appcompat:1.5.1", 'biometric' : "androidx.biometric:biometric:1.1.0", 'core' : "androidx.core:core-ktx:1.9.0",