1 parent 1d1562c commit 5f9315aCopy full SHA for 5f9315a
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.4.1") apply false
+ id("com.android.library") version ("8.4.1") 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