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

Bump AndroidX test dependencies

- AndroidX Test Core 1.5.0 -> 1.6.1
- AndroidX Test Espresso 3.5.1 -> 3.6.1
- AndroidX Test Ext 1.1.5 -> 1.2.1
- AndroidX Test Rules 1.5.0 -> 1.6.1
- AndroidX Test Runner 1.5.2 -> 1.6.2
This commit is contained in:
Wolf-Martell Montwé 2024-08-15 17:13:41 +02:00
parent 5a5962d114
commit 92b23a2773
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -34,11 +34,11 @@ androidxNavigation = "2.7.7"
androidxRecyclerView = "1.3.2"
androidxPreference = "1.2.1"
androidxSwiperefreshlayout = "1.1.0"
androidxTestCore = "1.5.0"
androidxTestEspresso = "3.5.1"
androidxTestExt = "1.1.5"
androidxTestRules = "1.5.0"
androidxTestRunner = "1.5.2"
androidxTestCore = "1.6.1"
androidxTestEspresso = "3.6.1"
androidxTestExt = "1.2.1"
androidxTestRules = "1.6.1"
androidxTestRunner = "1.6.2"
androidxWork = "2.9.1"
apacheHttpclient5 = "5.3.1"
appAuth = "0.11.1"