Skip to content

Commit

Permalink
Setup initial database for feed implementation
Browse files Browse the repository at this point in the history
- Update the database diagram
- Add new migration for the new tables and fields
- Enable schema exports
  • Loading branch information
mauriciocolli committed Mar 14, 2020
1 parent 0e2f062 commit e8ab5aa
Show file tree
Hide file tree
Showing 29 changed files with 1,722 additions and 490 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
}
}
}

buildTypes {
Expand Down
Loading

0 comments on commit e8ab5aa

Please sign in to comment.