Skip to content

Commit 28afd9b

Browse files
Merge pull request #277 from MihaiCristianCondrea/codex/fix-unit-tests-resource-resolution-issue
Enable Android resources for unit tests
2 parents 9ab0f3a + 06af9b6 commit 28afd9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ android {
7474
buildConfig true
7575
}
7676

77+
testOptions {
78+
unitTests {
79+
includeAndroidResources true
80+
}
81+
}
82+
7783
bundle {
7884
storeArchive {
7985
enable true

0 commit comments

Comments
 (0)