diff --git a/build.gradle b/build.gradle index a6b0158..fde0e37 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '8.1.1' apply false - id 'com.android.library' version '8.1.1' apply false + id 'com.android.application' version '8.1.3' apply false + id 'com.android.library' version '8.1.4' apply false id 'org.jetbrains.kotlin.android' version '1.9.10' apply false id "io.github.gradle-nexus.publish-plugin" version "1.3.0" }