v0.9.0a: upgrade gradle plugin and R8 config

This commit is contained in:
Evan Debenham
2020-10-07 19:14:39 -04:00
parent d1aa0495de
commit bab2f5e14d
2 changed files with 5 additions and 3 deletions
+1 -3
View File
@@ -4,9 +4,7 @@ buildscript {
jcenter()
}
dependencies {
//FIXME the version of R8 coming with gradle plugin 4.0.0 causes serious problems
//noinspection GradleDependency
classpath 'com.android.tools.build:gradle:3.6.4'
classpath 'com.android.tools.build:gradle:4.0.2'
}
}