diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 65748c13..f3a0fcfb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" } ktor-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" } [plugins] -android-library = { id = "com.android.library", version = "8.7.1" } +android-library = { id = "com.android.library", version = "8.7.2" } android-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } api = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" } atomicfu = { id = "org.jetbrains.kotlinx.atomicfu", version = "0.26.0" }