diff --git a/build.gradle b/build.gradle index 34046665..15e7e951 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10' apply false - id 'com.android.library' version '9.0.0' apply false + id 'com.android.library' version '9.0.1' apply false id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false id 'com.android.legacy-kapt' version '9.0.0' apply false id 'com.diffplug.spotless' version '8.2.1' apply false