Skip to content

Commit

Permalink
[Fix] Work around R8 bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Aug 20, 2023
1 parent 4d1abf5 commit 0ae339e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url = uri("https://storage.googleapis.com/r8-releases/raw")
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
// TODO: Remove this and r8 maven once b/296654327 is fixed and released.
classpath 'com.android.tools:r8:8.2.15-dev'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

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

0 comments on commit 0ae339e

Please sign in to comment.