diff --git a/build.gradle b/build.gradle index 10d432c..ea0baa5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } plugins { id 'com.android.application' version '8.0.2' apply false - id 'com.android.library' version '8.0.2' apply false + id 'com.android.library' version '8.7.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.21' apply false id 'org.jetbrains.dokka' version "1.8.10" }