From ecbe222a502ababd9224a3e105a13f66efd80e71 Mon Sep 17 00:00:00 2001 From: kr328 Date: Sun, 12 Sep 2021 11:14:45 +0800 Subject: [PATCH] Chore: update dependencies --- settings.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5c1763aa..5452a5fa 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,7 +16,7 @@ dependencyResolutionManagement { create("deps") { val version = "0.39.0" val agp = "7.0.2" - val ksp = "1.5.30-1.0.0-beta09" + val ksp = "1.5.30-1.0.0" val kotlin = "1.5.30" val golang = "1.0.3" val coroutine = "1.5.2" @@ -30,7 +30,7 @@ dependencyResolutionManagement { val material = "1.4.0" val appcenter = "4.3.1" val serialization = "1.2.1" - val kaidl = "1.14" + val kaidl = "1.15" val room = "2.3.0" val multiprocess = "1.0.0"