1 parent c94cbc6 commit 6d0c635Copy full SHA for 6d0c635
1 file changed
build.gradle.kts
@@ -9,8 +9,8 @@ buildscript {
9
}
10
} // Top-level build file where you can add configuration options common to all sub-projects/modules.
11
plugins {
12
- id("com.android.application") version ("8.3.1") apply false
13
- id("com.android.library") version ("8.3.1") apply false
+ id("com.android.application") version ("8.3.2") apply false
+ id("com.android.library") version ("8.3.2") apply false
14
id("org.jetbrains.kotlin.android") version ("1.9.23") apply false
15
id("com.google.dagger.hilt.android") version "2.44" apply false
16
0 commit comments