mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-13 02:49:20 +00:00
Merge DB migration branch (Warning: possible conflict solving failures)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user