Merge DB migration branch (Warning: possible conflict solving failures)

This commit is contained in:
machiav3lli
2021-12-24 13:20:38 +01:00
22 changed files with 477 additions and 175 deletions

View File

@ -25,6 +25,13 @@ android {
versionCode = 43
versionName = "0.4.3"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
annotationProcessorOptions {
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]
arguments += ["room.incremental": "true"]
}
}
}
sourceSets.all {