gradle: upgrade to AGP 7.0.0

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-07-28 15:24:33 +05:30
parent 2730e75474
commit ae00e8ce6e
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -1,7 +1,7 @@
buildscript { buildscript {
ext { ext {
activityVersion = '1.2.4' activityVersion = '1.2.4'
agpVersion = '4.2.2' agpVersion = '7.0.0'
annotationsVersion = '1.2.0' annotationsVersion = '1.2.0'
appcompatVersion = '1.3.1' appcompatVersion = '1.3.1'
biometricVersion = '1.1.0' biometricVersion = '1.1.0'