From 829e329658162aeb48925bd9d1930afc45bf07e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 06:26:20 +0000 Subject: [PATCH] build(deps): bump activity-ktx from 1.2.0-rc01 to 1.3.0-alpha02 Bumps activity-ktx from 1.2.0-rc01 to 1.3.0-alpha02. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d8a9c405..aecc65fcd 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ ext { material = "1.3.0" moshi = "1.11.0" fragment = "1.3.0-rc02" - activity = "1.2.0-rc01" + activity = "1.3.0-alpha02" appCompat = "1.2.0" coreKTX = "1.5.0-beta01" securityVersion = "1.1.0-alpha03"