diff --git a/build.gradle b/build.gradle index a10f124..43bff13 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '9.1.0' apply false - id 'com.android.library' version '9.0.1' apply false + id 'com.android.library' version '9.1.0' apply false id 'org.jetbrains.kotlin.android' version "2.3.10" apply false }