build: upgrade activity and fragment to latest betas
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c2aa1b21f8
commit
fe82037f06
@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
activityVersion = '1.2.0-beta01'
|
activityVersion = '1.2.0-beta02'
|
||||||
agpVersion = '4.1.0'
|
agpVersion = '4.1.0'
|
||||||
annotationsVersion = '1.1.0'
|
annotationsVersion = '1.1.0'
|
||||||
appcompatVersion = '1.2.0'
|
appcompatVersion = '1.2.0'
|
||||||
@ -12,7 +12,7 @@ buildscript {
|
|||||||
coroutinesVersion = '1.4.2'
|
coroutinesVersion = '1.4.2'
|
||||||
datastoreVersion = '1.0.0-alpha05'
|
datastoreVersion = '1.0.0-alpha05'
|
||||||
desugarVersion = '1.0.10'
|
desugarVersion = '1.0.10'
|
||||||
fragmentVersion = '1.3.0-beta01'
|
fragmentVersion = '1.3.0-beta02'
|
||||||
jsr305Version = '3.0.2'
|
jsr305Version = '3.0.2'
|
||||||
junitVersion = '4.13.1'
|
junitVersion = '4.13.1'
|
||||||
kotlinVersion = '1.4.20'
|
kotlinVersion = '1.4.20'
|
||||||
|
Loading…
Reference in New Issue
Block a user