build: update to AGP 4.1.0

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-13 13:53:10 +05:30 committed by Jason A. Donenfeld
parent 3a4bf35c77
commit 996587f792
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
buildscript {
ext {
activityVersion = '1.2.0-beta01'
agpVersion = '4.0.2'
agpVersion = '4.1.0'
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
bintrayPluginVersion = '1.8.5'