Update AndroidX Activity and Fragment to version 1.5.1
This commit is contained in:
parent
5aa1d42e16
commit
2b3dabb20b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ buildscript {
|
|||
'kotlinCoroutines': '1.6.4',
|
||||
'jetbrainsAnnotations': '23.0.0',
|
||||
'androidxAppCompat': '1.4.2',
|
||||
'androidxActivity': '1.4.0',
|
||||
'androidxActivity': '1.5.1',
|
||||
'androidxRecyclerView': '1.2.1',
|
||||
'androidxLifecycle': '2.5.1',
|
||||
'androidxAnnotation': '1.4.0',
|
||||
|
@ -23,7 +23,7 @@ buildscript {
|
|||
'androidxNavigation': '2.4.1',
|
||||
'androidxConstraintLayout': '2.1.4',
|
||||
'androidxWorkManager': '2.7.1',
|
||||
'androidxFragment': '1.4.1',
|
||||
'androidxFragment': '1.5.1',
|
||||
'androidxLocalBroadcastManager': '1.1.0',
|
||||
'androidxCore': '1.8.0',
|
||||
'androidxCardView': '1.0.0',
|
||||
|
|
Loading…
Reference in a new issue