From 5a19c7cec1ef93474d2d1d94cb4546f3732aeeef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:14:04 +0000 Subject: [PATCH] fix(deps): update all dependencies | datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ----- | ----- | | maven | com.android.tools.build:gradle | 8.1.3 | 8.1.4 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3 | 0.7.4 | --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4b2f2388..58b92826 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false + id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false id("com.diffplug.spotless") version "6.22.0" apply false } @@ -19,7 +19,7 @@ buildscript { maven(url = "https://oss.sonatype.org/content/repositories/snapshots") } dependencies { - classpath("com.android.tools.build:gradle:8.1.3") + classpath("com.android.tools.build:gradle:8.1.4") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") classpath("com.diffplug.spotless:spotless-plugin-gradle:6.22.0") classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.0")