build: upgrade AndroidX activity and fragment

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-11 10:04:22 +05:30
parent ea9ef4af24
commit 892295c42a
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'
activityVersion = '1.2.1'
agpVersion = '4.1.2'
annotationsVersion = '1.1.0'
appcompatVersion = '1.2.0'
@ -12,7 +12,7 @@ buildscript {
coroutinesVersion = '1.4.2'
datastoreVersion = '1.0.0-alpha02'
desugarVersion = '1.0.10'
fragmentVersion = '1.3.0'
fragmentVersion = '1.3.1'
jsr305Version = '3.0.2'
junitVersion = '4.13.1'
kotlinVersion = '1.4.31'