Downgrade R8 to avoid extension issues

This commit is contained in:
arkon
2022-05-26 22:33:18 -04:00
parent b0360b83d4
commit e1e1c20dbe
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,9 @@
buildscript {
dependencies {
// Pinning to older version of R8 due to weird forced optimizations in newer versions in
// version bundled with AGP
// https://mvnrepository.com/artifact/com.android.tools/r8?repo=google
classpath("com.android.tools:r8:3.1.66")
classpath(libs.android.shortcut.gradle)
classpath(libs.google.services.gradle)
classpath(libs.aboutLibraries.gradle)