build: update AGP, Kotlin and AndroidX Lifecycle

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-05 12:29:23 +05:30
parent 86951f509c
commit cf6e1490f4
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -1,7 +1,7 @@
buildscript {
ext {
activityVersion = '1.2.2'
agpVersion = '4.1.3'
agpVersion = '4.2.0'
annotationsVersion = '1.2.0'
appcompatVersion = '1.2.0'
biometricVersion = '1.1.0'
@ -15,8 +15,8 @@ buildscript {
fragmentVersion = '1.3.3'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
kotlinVersion = '1.4.32'
lifecycleRuntimeKtxVersion = '2.3.0'
kotlinVersion = '1.5.0'
lifecycleRuntimeKtxVersion = '2.3.1'
materialComponentsVersion = '1.3.0'
preferenceVersion = '1.1.1'
zxingEmbeddedVersion = '4.2.0'