diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-11 22:33:04 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-11 22:33:04 +0530 |
commit | ba9d689ef9d9ef08a19ef72f664c2d54f4760d08 (patch) | |
tree | d3f9a962a71621062ee8300f218892a66a0589b0 | |
parent | 97d82740d00ca2e2c753314eea811cfdfbb1ea78 (diff) |
build: upgrade AndroidX libraries to stable versions
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index fcc2ed10..56d52e24 100644 --- a/build.gradle +++ b/build.gradle @@ -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' |