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

Bump Android dependencies

- AndroidX Activity 1.8.1 -> 1.8.2
- AndroidX Navigation 2.7.5 -> 2.7.6
- AndroidX Annotation 1.7.0 -> 1.7.1
This commit is contained in:
Wolf-Martell Montwé 2024-01-03 10:49:28 +01:00
parent 0e6b77b6bf
commit cbeaef7c51
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -10,10 +10,10 @@ kotlin = "1.9.21"
kotlinxCoroutines = "1.7.3"
jetbrainsAnnotations = "24.0.1"
androidxAppCompat = "1.6.1"
androidxActivity = "1.8.1"
androidxActivity = "1.8.2"
androidxRecyclerView = "1.3.2"
androidxLifecycle = "2.6.2"
androidxNavigation = "2.7.5"
androidxNavigation = "2.7.6"
androidxConstraintLayout = "2.1.4"
androidxFragment = "1.6.2"
androidxCore = "1.12.0"
@ -72,7 +72,7 @@ androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-lived
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidxLifecycle" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidxLifecycle" }
androidx-annotation = "androidx.annotation:annotation:1.7.0"
androidx-annotation = "androidx.annotation:annotation:1.7.1"
androidx-biometric = "androidx.biometric:biometric:1.1.0"
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "androidxNavigation" }
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "androidxNavigation" }