v0.8.2: updated AGP to 3.6.4 (still need to look into R8 issues)

This commit is contained in:
Evan Debenham 2020-07-23 23:15:39 -04:00
parent af9d9300db
commit 41357d9608

View File

@ -6,7 +6,7 @@ buildscript {
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.3'
classpath 'com.android.tools.build:gradle:3.6.4'
}
}