Skip to content

Commit f130e4b

Browse files
committedMay 28, 2023
Bump robolectric
1 parent 0d56ba8 commit f130e4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ android {
2222
arguments += ["dagger.hilt.disableModulesHaveInstallInCheck" : "true"]
2323
}
2424
}
25+
testOptions {
26+
unitTests.includeAndroidResources = true
27+
}
2528
}
2629

2730
lintOptions {
@@ -146,6 +149,7 @@ dependencies {
146149
testImplementation "org.mockito:mockito-inline:$versions.mockitoInlineVersion"
147150
testImplementation "app.cash.turbine:turbine:$versions.turbineVersion"
148151
testImplementation "org.robolectric:robolectric:$versions.robolectricVersion"
152+
149153
androidTestImplementation "com.google.truth:truth:$versions.truthVersion"
150154
androidTestImplementation "androidx.test.ext:junit:$versions.androidxTestJunit"
151155
androidTestImplementation "com.android.support.test:runner:$versions.androidTestRunner"

‎dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ext.versions = [
6363
truthVersion : '1.0.1',
6464
junitVersion : '4.12',
6565
turbineVersion : '0.2.0',
66-
robolectricVersion : '4.3.1',
66+
robolectricVersion : '4.9',
6767
androidxTest : '1.3.0',
6868
androidxTestJunit : '1.1.2-rc01',
6969
androidTestRunner : '1.3.0-beta01',

0 commit comments

Comments
 (0)
Please sign in to comment.