From 53cb61ec4b6554990d0af903f4d580dea4bc4957 Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Fri, 3 May 2024 10:15:53 -0700 Subject: [PATCH] Update plugin android-library to v8.4.0 (#64) --- 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 e2a8958..024b643 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.3.2" } +android-library = { id = "com.android.library", version = "8.4.0" } api = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.23" } kotlinter = { id = "org.jmailen.kotlinter", version = "4.3.0" }