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 2b9a6c1 commit 6761b4dCopy full SHA for 6761b4d
build.gradle
@@ -14,7 +14,8 @@ buildscript {
14
mavenCentral()
15
}
16
dependencies {
17
- classpath 'com.android.tools.build:gradle:8.5.0'
+ // https://issuetracker.google.com/issues/349872492
18
+ classpath 'com.android.tools.build:gradle:8.3.2'
19
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
20
21
// NOTE: Do not place your application dependencies here; they belong
0 commit comments