0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

Update AndroidX Activity to version 1.6.0

This commit is contained in:
cketti 2022-10-10 17:10:25 +02:00
parent b4364efa45
commit afecde41c5

View File

@ -17,7 +17,7 @@ buildscript {
'kotlinCoroutines': '1.6.4',
'jetbrainsAnnotations': '23.0.0',
'androidxAppCompat': '1.5.1',
'androidxActivity': '1.5.1',
'androidxActivity': '1.6.0',
'androidxRecyclerView': '1.2.1',
'androidxLifecycle': '2.5.1',
'androidxAnnotation': '1.4.0',