0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

build: remove remnant dirs from r8 failure workaround

Fixes #8982 maybe

(cherry picked from commit db31220406)
This commit is contained in:
Mike Hardy 2021-05-27 22:22:03 -05:00
parent 52e42c5281
commit 964ec9b401
No known key found for this signature in database
GPG Key ID: 2FB9315A0E38FF42

View File

@ -8,14 +8,6 @@ buildscript {
maven {
url "https://plugins.gradle.org/m2/"
}
// Temporary, needed while investigating https://github.com/ankidroid/Anki-Android/issues/7558
maven {
url 'https://storage.googleapis.com/r8-releases/raw'
}
maven {
url "https://storage.googleapis.com/r8-releases/raw/master"
}
// End temporary #7558 work
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'