Skip to content

Commit 4be399f

Browse files
Update Android Gradle Plugin to v9
1 parent 5ec067e commit 4be399f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
77

88
plugins {
9-
id("com.android.application") version "8.13.2" apply false
10-
id("com.android.library") version "8.13.2" apply false
9+
id("com.android.application") version "9.1.0" apply false
10+
id("com.android.library") version "9.1.0" apply false
1111
id("org.jetbrains.kotlin.android") version "2.1.21" apply false
1212
id("org.jetbrains.kotlin.plugin.compose") version "2.1.21" apply false
1313

0 commit comments

Comments
 (0)