From f16b0048f3a113dd55fbee3cfe3d7c3b9c0a43ee Mon Sep 17 00:00:00 2001 From: kr328 Date: Mon, 25 Apr 2022 23:13:05 +0800 Subject: [PATCH] Chore: update dependencies --- settings.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 63068bf4..c4ff06ae 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -18,11 +18,11 @@ pluginManagement { dependencyResolutionManagement { versionCatalogs { create("libs") { - val agp = "7.1.2" - val kotlin = "1.6.10" - val ksp = "$kotlin-1.0.2" + val agp = "7.1.3" + val kotlin = "1.6.21" + val ksp = "$kotlin-1.0.5" val golang = "1.0.4" - val coroutine = "1.6.0" + val coroutine = "1.6.1" val coreKtx = "1.7.0" val activity = "1.4.0" val fragment = "1.4.1"