We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a17ba commit 1854266Copy full SHA for 1854266
build.gradle.kts
@@ -9,7 +9,7 @@ buildscript {
9
}
10
dependencies {
11
val kotlinVersion = extra["kotlin_version"] as String
12
- classpath("com.android.tools.build:gradle:8.13.0")
+ classpath("com.android.tools.build:gradle:8.13.1")
13
classpath("io.realm:realm-gradle-plugin:10.19.0")
14
classpath("com.google.dagger:hilt-android-gradle-plugin:2.57.2")
15
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
0 commit comments