diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-31 17:46:00 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-01 22:05:24 -0600 |
commit | 2e573a66a41dd4b7dc2340d3c40cd49b6e362fc2 (patch) | |
tree | 0f6d26ef2cb001f71689802d26303c7abc4dff3c /build.gradle | |
parent | 8d128cf2e963120dbfed4250bfc03db91fc0b304 (diff) |
build: update agp to 3.6.2
Harsh likes to be first in line.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e1bbdf79..a44f0e96 100644 --- a/build.gradle +++ b/build.gradle @@ -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' |