2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1832597 - Update some Fenix & Focus testing dependencies

This commit is contained in:
Ryan VanderMeulen 2023-05-10 23:10:28 -04:00 committed by mergify[bot]
parent 8d442cd874
commit 5613cd7f2f
2 changed files with 4 additions and 3 deletions

View File

@ -223,7 +223,8 @@ android {
}
packagingOptions {
resources {
excludes += ['META-INF/atomicfu.kotlin_module', 'META-INF/AL2.0', 'META-INF/LGPL2.1']
excludes += ['META-INF/atomicfu.kotlin_module', 'META-INF/AL2.0', 'META-INF/LGPL2.1',
'META-INF/LICENSE.md', 'META-INF/LICENSE-notice.md']
}
}

View File

@ -47,10 +47,10 @@ object FenixVersions {
const val adjust = "4.33.0"
const val installreferrer = "2.2"
const val junit = "5.5.2"
const val junit = "5.9.3"
const val mockk = "1.12.0"
const val mockwebserver = "4.10.0"
const val mockwebserver = "4.11.0"
const val uiautomator = "2.2.0"
const val robolectric = "4.10.1"