Skip to content

Commit 06af9b6

Browse files
Enable Android resources for unit tests
1 parent 9ab0f3a commit 06af9b6

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)