build: upgrade AndroidX libraries to stable versions

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-11 22:33:04 +05:30
parent 97d82740d0
commit ba9d689ef9
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -1,6 +1,6 @@
buildscript {
ext {
activityVersion = '1.2.0-rc01'
activityVersion = '1.2.0'
agpVersion = '4.1.2'
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
@ -12,11 +12,11 @@ buildscript {
coroutinesVersion = '1.4.2'
datastoreVersion = '1.0.0-alpha02'
desugarVersion = '1.0.10'
fragmentVersion = '1.3.0-rc02'
fragmentVersion = '1.3.0'
jsr305Version = '3.0.2'
junitVersion = '4.13.1'
kotlinVersion = '1.4.21-2'
lifecycleRuntimeKtxVersion = '2.3.0-rc01'
lifecycleRuntimeKtxVersion = '2.3.0'
materialComponentsVersion = '1.3.0-rc01'
preferenceVersion = '1.1.1'
zxingEmbeddedVersion = '3.6.0'