From 2e4787c4aac750bc9280280b029312ca34d6ad0f Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Mon, 29 Jul 2024 09:11:55 -0700 Subject: [PATCH] Update plugin api to v0.16.2 (#84) --- 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 a6222f8..6713366 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ nserrorkt = { module = "com.rickclephas.kmp:nserror-kt", version = "0.2.0" } [plugins] android-library = { id = "com.android.library", version = "8.5.1" } -api = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.0" } +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" } maven-publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }