build: update AGP, Kotlin and AndroidX Lifecycle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
86951f509c
commit
cf6e1490f4
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user