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:
parent
8d442cd874
commit
5613cd7f2f
@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user