Minor updates to clean up the gradle

This commit is contained in:
2020-02-23 18:42:25 +00:00
parent 4e35353abb
commit 1192bd3d0a
2 changed files with 6 additions and 3 deletions

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -26,9 +26,6 @@ android {
dataBinding {
enabled = true
}
testOptions {
unitTests.returnDefaultValues = true
}
}