add base room implementation

This commit is contained in:
Carlos Martinez
2020-02-02 14:03:11 -03:00
parent 46be4aca10
commit 14e9eff325
10 changed files with 50 additions and 6 deletions

View File

@@ -45,4 +45,5 @@ android {
dependencies {
implementation project(":base")
implementation project(":userlist")
}