File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ android {
22
22
arguments + = [" dagger.hilt.disableModulesHaveInstallInCheck" : " true" ]
23
23
}
24
24
}
25
+ testOptions {
26
+ unitTests. includeAndroidResources = true
27
+ }
25
28
}
26
29
27
30
lintOptions {
@@ -146,6 +149,7 @@ dependencies {
146
149
testImplementation " org.mockito:mockito-inline:$versions . mockitoInlineVersion "
147
150
testImplementation " app.cash.turbine:turbine:$versions . turbineVersion "
148
151
testImplementation " org.robolectric:robolectric:$versions . robolectricVersion "
152
+
149
153
androidTestImplementation " com.google.truth:truth:$versions . truthVersion "
150
154
androidTestImplementation " androidx.test.ext:junit:$versions . androidxTestJunit "
151
155
androidTestImplementation " com.android.support.test:runner:$versions . androidTestRunner "
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ ext.versions = [
63
63
truthVersion : ' 1.0.1' ,
64
64
junitVersion : ' 4.12' ,
65
65
turbineVersion : ' 0.2.0' ,
66
- robolectricVersion : ' 4.3.1 ' ,
66
+ robolectricVersion : ' 4.9 ' ,
67
67
androidxTest : ' 1.3.0' ,
68
68
androidxTestJunit : ' 1.1.2-rc01' ,
69
69
androidTestRunner : ' 1.3.0-beta01' ,
You can’t perform that action at this time.
0 commit comments