Preparing for room migrations. Some cleaning.

This commit is contained in:
Amine
2018-10-14 11:07:10 +02:00
parent 598149d4cd
commit 374537b5c7
3 changed files with 16 additions and 7 deletions

View File

@@ -56,6 +56,13 @@ android {
// tests
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation":
"$projectDir/schemas".toString()]
}
}
}
buildTypes {
release {