From c56e9551e74a274454a72e936afc9777dd3f3951 Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Fri, 20 Sep 2024 13:37:00 -0700 Subject: [PATCH] Update plugin android-library to v8.6.1 (#97) --- 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 70138e1..3f3d1e8 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.6.0" } +android-library = { id = "com.android.library", version = "8.6.1" } api = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "2.0.20" } kotlinter = { id = "org.jmailen.kotlinter", version = "4.4.1" }