Add more tests for settings and about

This commit is contained in:
2016-03-11 12:25:38 -05:00
parent 1102d05a61
commit 2b40633110
5 changed files with 156 additions and 5 deletions

View File

@@ -17,6 +17,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
debug {
testCoverageEnabled = true
}
}
lintOptions {