From 215688a787da529bbdd51617ad80c5e6110333d4 Mon Sep 17 00:00:00 2001 From: Juul Mobile Bot Date: Fri, 9 Aug 2024 09:09:26 +0000 Subject: [PATCH] Update plugin android-library to v8.5.2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6713366..54d9edf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ datadog-logs = { module = "com.datadoghq:dd-sdk-android-logs", version.ref = "da nserrorkt = { module = "com.rickclephas.kmp:nserror-kt", version = "0.2.0" } [plugins] -android-library = { id = "com.android.library", version = "8.5.1" } +android-library = { id = "com.android.library", version = "8.5.2" } api = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.2" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "2.0.0" } kotlinter = { id = "org.jmailen.kotlinter", version = "4.4.1" }