Skip to content

Commit 0323efa

Browse files
include resources for tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 75db760 commit 0323efa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ android {
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
}
2323

24+
testOptions {
25+
unitTests {
26+
includeAndroidResources = true
27+
}
28+
}
29+
2430
compileOptions {
2531
sourceCompatibility JavaVersion.VERSION_17
2632
targetCompatibility JavaVersion.VERSION_17

0 commit comments

Comments
 (0)