Skip to content

Commit 6761b4d

Browse files
committed
Fix: Work around R8 issue by downgrading AGP
See also https://issuetracker.google.com/issues/349872492 . Bug: #1260
1 parent 2b9a6c1 commit 6761b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ buildscript {
1414
mavenCentral()
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:8.5.0'
17+
// https://issuetracker.google.com/issues/349872492
18+
classpath 'com.android.tools.build:gradle:8.3.2'
1819
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1920

2021
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)