mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 19:28:44 +03:00
Update Roboelectric to 4.11.1 (#953)
This commit is contained in:
parent
4eed4c0e03
commit
bdf3cd8ee1
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
package com.x8bit.bitwarden.ui.platform.base
|
||||
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
import dagger.hilt.android.testing.HiltTestApplication
|
||||
import org.junit.runner.RunWith
|
||||
import org.robolectric.RobolectricTestRunner
|
||||
import org.robolectric.annotation.Config
|
||||
import org.robolectric.shadows.ShadowLog
|
||||
|
||||
|
@ -13,7 +13,7 @@ import org.robolectric.shadows.ShadowLog
|
|||
application = HiltTestApplication::class,
|
||||
sdk = [Config.NEWEST_SDK],
|
||||
)
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
abstract class BaseRobolectricTest {
|
||||
init {
|
||||
ShadowLog.stream = System.out
|
||||
|
|
|
@ -33,7 +33,7 @@ detekt = "1.23.1"
|
|||
firebaseBom = "32.7.0"
|
||||
glide = "1.0.0-beta01"
|
||||
googleServices = "4.4.0"
|
||||
hilt = "2.48"
|
||||
hilt = "2.50"
|
||||
junit5 = "5.8.2"
|
||||
jvmTarget = "1.8"
|
||||
kotlin = "1.9.21"
|
||||
|
@ -47,7 +47,7 @@ mockk = "1.13.5"
|
|||
okhttp = "4.12.0"
|
||||
retrofit = "2.9.0"
|
||||
retrofitKotlinxSerialization = "1.0.0"
|
||||
roboelectric = "4.10.3"
|
||||
roboelectric = "4.11.1"
|
||||
turbine = "1.0.0"
|
||||
zxcvbn4j = "1.8.0"
|
||||
zxing = "3.5.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue