Configure `isReturnDefaultValues` to fix #448

pull/449/head
Simon Marquis 2 years ago committed by GitHub
parent aa4d930c20
commit 23f414a05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@ android {
testOptions {
unitTests {
isIncludeAndroidResources = true
isReturnDefaultValues = true
}
}
}

Loading…
Cancel
Save