Skip to content

Commit 346340c

Browse files
committed
Add lib androidx core testing for unit testing
1 parent 23331a0 commit 346340c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ buildscript {
1313
jUnitVersion = '4.13.2'
1414
robolectricVersion = "4.11.1"
1515
mockkVersion = '1.13.10'
16+
androidxCoreTestingVersion = '1.5.0'
1617
turbineVersion = '1.0.0'
1718
spotlessVersion = '6.25.0'
1819
koverVersion = "0.5.1"

permission-flow/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dependencies {
5757

5858
// Testing
5959
testImplementation "junit:junit:$jUnitVersion"
60+
testImplementation "androidx.test:core:$androidxCoreTestingVersion"
6061
testImplementation("org.robolectric:robolectric:$robolectricVersion")
6162
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion"
6263
testImplementation "app.cash.turbine:turbine:$turbineVersion"

0 commit comments

Comments
 (0)