diff --git a/build.gradle.kts b/build.gradle.kts old mode 100755 new mode 100644 index 44ffe60..ba3df83 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.2.1" apply false + id("com.android.application") version "9.3.0" apply false id("com.android.library") version "9.2.1" apply false id("com.google.gms.google-services") version "4.5.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.4.0" apply false