mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-28 05:59:05 +03:00
Merge pull request #2863 from vector-im/dependabot/gradle/org.amshove.kluent-kluent-android-1.65
Bump kluent-android from 1.61 to 1.65
This commit is contained in:
commit
57f5471075
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ dependencies {
|
||||||
//testImplementation 'org.robolectric:shadows-support-v4:3.0'
|
//testImplementation 'org.robolectric:shadows-support-v4:3.0'
|
||||||
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
|
// Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281
|
||||||
testImplementation 'io.mockk:mockk:1.9.2.kotlin12'
|
testImplementation 'io.mockk:mockk:1.9.2.kotlin12'
|
||||||
testImplementation 'org.amshove.kluent:kluent-android:1.61'
|
testImplementation 'org.amshove.kluent:kluent-android:1.65'
|
||||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
|
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
|
||||||
// Plant Timber tree for test
|
// Plant Timber tree for test
|
||||||
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
|
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
|
||||||
|
|
|
@ -301,7 +301,7 @@ dependencies {
|
||||||
def lifecycle_version = '2.2.0'
|
def lifecycle_version = '2.2.0'
|
||||||
|
|
||||||
// Tests
|
// Tests
|
||||||
def kluent_version = '1.61'
|
def kluent_version = '1.65'
|
||||||
def androidxTest_version = '1.3.0'
|
def androidxTest_version = '1.3.0'
|
||||||
def espresso_version = '3.3.0'
|
def espresso_version = '3.3.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue