build: upgrade AndroidX dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-07-25 21:40:59 +05:30
parent 8dd6c3e35e
commit 02b92c178a
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -1,18 +1,18 @@
buildscript {
ext {
activityVersion = '1.2.3'
activityVersion = '1.2.4'
agpVersion = '4.2.2'
annotationsVersion = '1.2.0'
appcompatVersion = '1.3.0'
appcompatVersion = '1.3.1'
biometricVersion = '1.1.0'
collectionVersion = '1.1.0'
constraintLayoutVersion = '2.0.4'
coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.6.0'
coroutinesVersion = '1.5.1'
datastoreVersion = '1.0.0-rc01'
datastoreVersion = '1.0.0-rc02'
desugarVersion = '1.1.5'
fragmentVersion = '1.3.5'
fragmentVersion = '1.3.6'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
kotlinVersion = '1.5.21'