From 295ee4fc8465e8a220d1f4a3dc9c95ae9948eac0 Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Fri, 9 Aug 2024 08:41:28 -0700 Subject: [PATCH] Update plugin android-library to v8.5.2 (#86) --- 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" }