1 parent 89d78dc commit 60b8e6fCopy full SHA for 60b8e6f
1 file changed
build.gradle.kts
@@ -8,8 +8,8 @@ buildscript {
8
}
9
} // Top-level build file where you can add configuration options common to all sub-projects/modules.
10
plugins {
11
- id("com.android.application") version ("8.3.1") apply false
12
- id("com.android.library") version ("8.3.1") apply false
+ id("com.android.application") version ("8.8.2") apply false
+ id("com.android.library") version ("8.8.2") apply false
13
id("org.jetbrains.kotlin.android") version ("1.9.22") apply false
14
id("com.google.dagger.hilt.android") version "2.51" apply false
15
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
0 commit comments