Skip to content

Commit c0b1c3b

Browse files
committedMay 20, 2025·
chore: agp 8.9.1
1 parent a3518c9 commit c0b1c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎ai/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
plugins {
4-
id("com.android.application") version "8.9.0" apply false
5-
id("com.android.library") version "8.9.0" apply false
6-
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
4+
id("com.android.application") version "8.9.1" apply false
5+
id("com.android.library") version "8.9.1" apply false
6+
id("org.jetbrains.kotlin.android") version "2.1.21" apply false
77
id("com.google.gms.google-services") version "4.4.2" apply false
88
}
99

0 commit comments

Comments
 (0)
Please sign in to comment.