diff --git a/build.gradle b/build.gradle index 18353c3..ff32c76 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '9.3.2' apply false + id 'com.android.application' version '9.4.0' apply false id 'com.android.library' version '9.3.2' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10' apply false id 'com.google.devtools.ksp' version '2.3.11' apply false