added all daos

This commit is contained in:
Sem van der Hoeven
2020-12-14 15:07:53 +01:00
parent 890a5264d6
commit 0b9bba63a3
9 changed files with 141 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ dependencies {
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
//gson
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'