Skip to content
Snippets Groups Projects
Commit 0e94770d authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Upgrade Room to v2.2.0

parent 6694f300
No related branches found
No related tags found
No related merge requests found
Pipeline #10192 passed with stage
in 26 minutes and 49 seconds
......@@ -47,7 +47,7 @@ ext {
androidxMaterialVersion = '1.1.0-beta01'
constraintLayoutVersion = '1.1.3'
archVersion = '2.1.0'
roomVersion = '2.1.0'
roomVersion = '2.2.0'
pagingVersion = '2.1.0'
junitVersion = '4.12'
mockito = '2.8.9'
......
......@@ -75,8 +75,8 @@ android {
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation":
"$projectDir/assets/schemas".toString()]
arguments = ["room.schemaLocation": "$projectDir/assets/schemas".toString(),
"room.incremental":"true"]
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment