Add robolectric dependency and addd a first EntitiesTest

Use KitKat (19) as target sdk since robolectric 3.1.2/sqlite4java
does not understand "WITHOUT ROWID" tables.

Also, add constants for user's gender and document some things.
This commit is contained in:
cpfeiffer
2016-08-24 22:56:42 +02:00
parent 02ac70e2a7
commit bfc0b4faaf
6 changed files with 111 additions and 4 deletions
+3
View File
@@ -15,6 +15,9 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "https://repo1.maven.org"
}
maven {
url "https://jitpack.io"
}