Skip to content
Snippets Groups Projects
Unverified Commit 75e2fa34 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Change to a R8 version that is available on maven, but still fixes the regression. (#2056)

parent 0cbfd29d
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,9 @@ buildscript {
maven {
url "https://plugins.gradle.org/m2/"
}
maven {
url 'https://storage.googleapis.com/r8-releases/raw'
}
}
dependencies {
classpath 'com.android.tools:r8:2.0.74'
classpath 'com.android.tools:r8:2.0.88'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.protobuf:protobuf-gradle-plugin:$protobufVersion"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment