From 59076f11912c64c620e2dd7e2aea9d039de30362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 12:04:46 +0100 Subject: [PATCH] Bump org.jetbrains.kotlin.android from 1.6.0 to 1.6.10 (#6) Bumps org.jetbrains.kotlin.android from 1.6.0 to 1.6.10. --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62067e3..4d2b691 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { plugins { id 'com.android.application' version '7.1.0-beta05' apply false id 'com.android.library' version '7.1.0-beta05' apply false - id 'org.jetbrains.kotlin.android' version '1.6.0' apply false + id 'org.jetbrains.kotlin.android' version '1.6.10' apply false } task clean(type: Delete) {