Compare commits
3 Commits
develop
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
22a813053f | ||
|
851dd85820 | ||
|
8b63a86c9e |
@ -29,7 +29,7 @@ def vanniktechEmoji = "0.16.0-SNAPSHOT"
|
|||||||
def sentry = "6.6.0"
|
def sentry = "6.6.0"
|
||||||
def fragment = "1.5.4"
|
def fragment = "1.5.4"
|
||||||
// Testing
|
// Testing
|
||||||
def mockk = "1.12.3" // We need to use 1.12.3 to have mocking in androidTest until a new version is released: https://github.com/mockk/mockk/issues/819
|
def mockk = "1.13.2"
|
||||||
def espresso = "3.4.0"
|
def espresso = "3.4.0"
|
||||||
def androidxTest = "1.4.0"
|
def androidxTest = "1.4.0"
|
||||||
def androidxOrchestrator = "1.4.1"
|
def androidxOrchestrator = "1.4.1"
|
||||||
|
@ -204,7 +204,6 @@ dependencies {
|
|||||||
implementation libs.google.phonenumber
|
implementation libs.google.phonenumber
|
||||||
|
|
||||||
testImplementation libs.tests.junit
|
testImplementation libs.tests.junit
|
||||||
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
|
|
||||||
testImplementation libs.mockk.mockk
|
testImplementation libs.mockk.mockk
|
||||||
testImplementation libs.tests.kluent
|
testImplementation libs.tests.kluent
|
||||||
testImplementation libs.jetbrains.coroutinesTest
|
testImplementation libs.jetbrains.coroutinesTest
|
||||||
|
@ -409,7 +409,6 @@ dependencies {
|
|||||||
androidTestImplementation('com.adevinta.android:barista:4.2.0') {
|
androidTestImplementation('com.adevinta.android:barista:4.2.0') {
|
||||||
exclude group: 'org.jetbrains.kotlin'
|
exclude group: 'org.jetbrains.kotlin'
|
||||||
}
|
}
|
||||||
androidTestImplementation libs.mockk.mockkAndroid
|
|
||||||
androidTestUtil libs.androidx.orchestrator
|
androidTestUtil libs.androidx.orchestrator
|
||||||
androidTestImplementation libs.androidx.fragmentTesting
|
androidTestImplementation libs.androidx.fragmentTesting
|
||||||
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.20"
|
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.20"
|
||||||
|
Loading…
Reference in New Issue
Block a user