Skip to content

Commit 60b8e6f

Browse files
update plugin dependencies from 8.3.1 to v8.8.2
1 parent 89d78dc commit 60b8e6f

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
@@ -8,8 +8,8 @@ buildscript {
88
}
99
} // Top-level build file where you can add configuration options common to all sub-projects/modules.
1010
plugins {
11-
id("com.android.application") version ("8.3.1") apply false
12-
id("com.android.library") version ("8.3.1") apply false
11+
id("com.android.application") version ("8.8.2") apply false
12+
id("com.android.library") version ("8.8.2") apply false
1313
id("org.jetbrains.kotlin.android") version ("1.9.22") apply false
1414
id("com.google.dagger.hilt.android") version "2.51" apply false
1515
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false

0 commit comments

Comments
 (0)