build: update agp to 3.6.2

Harsh likes to be first in line.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2020-03-31 17:46:00 -06:00
parent 8d128cf2e9
commit 2e573a66a4

View File

@ -1,3 +1,4 @@
allprojects {
repositories {
google()
@ -7,7 +8,7 @@ allprojects {
buildscript {
ext {
agpVersion = '3.6.1'
agpVersion = '3.6.2'
annotationsVersion = '1.1.0'
appcompatVersion = '1.1.0'
bintrayPluginVersion = '1.8.4'