Skip to content

Commit

Permalink
Fix: Work around R8 issue by downgrading AGP
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jun 30, 2024
1 parent 2b9a6c1 commit 6761b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.0'
// https://issuetracker.google.com/issues/349872492
classpath 'com.android.tools.build:gradle:8.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

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

1 comment on commit 6761b4d

@Tithoword
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug #1260

Please sign in to comment.